/* CSS Document */


 html, body, #wrapper {
 	background-color: #332618;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	border: none;
	text-align: center;
}

	body {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		color: #281b03;
	}

		#wrapper {
			width: 980px;
		}
