/* CSS Document */

 html, body, #wrapper {
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	text-align: left;
}

	body {
		background: #fffdeb;
		font: 12px/1.5em normal Arial, Helvetica, sans-serif;
		color: #06152f;
	}


