body {
	background-repeat: repeat-x;
	background-color:#ffcc33;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;	
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width:800px;
	position:absolute;
	left: 24px;
	top: 3px;
}
#content {
	width:800px;
	position:relative;
	top: 16px;
}
#footer {
	width:800px;
	text-align:center;
	padding: 20px 0px;
}
