/*==============================
	SITE WRAPPER
===============================*/

.site-wrapper
{
	width:800px; 
	min-height:680px; 
	margin-left:auto; 
	margin-right:auto;
	border:solid 1px black;
}	
	body {
	font-family:Arial;
	font-size:12px; 
	color:#3f4a4e;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/img01.jpg) repeat-x center top;
	/*margin: 0px;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30px;
	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;
}

