
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/background.jpg);
	background-position: top;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment:fixed;
}
.thebody #container {
	width: 999px;
	margin: 0 auto;
	text-align: left;

} 
.thebody #header {
	margin-top:20px;
	width:999px; 
	height: 293px;
} 

.thebody #mainContent {
	width: 879px;
	min-height: 500px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 60px;
} 

.thebody #footer {
	height: 58px;
	background-image:url(graphics/footer.gif);
	padding-top:2px;
} 
