@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5f603d;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {border:0;}

#container {
	position:absolute;
	
		background: #ffffff;
	
	width:992px;
	height:637px;
	
	left:50%;
	top:50%;
	margin: 0;
	margin-top:-318.5px;
	margin-left:-496px;
	padding:0px;
}
#mainContent {
position:relative;
margin:18.5px;
padding:0px;
}

