body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background: #FFFFCC url(images/bg.jpg) repeat-x scroll;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.clearer {font-size:0; line-height:0; height:0; clear:both;}

#header {
	background: no-repeat center;
	height: 124px;
	width: 780px;
}

#holder {
	text-align: left;
	width: 780px;
	margin: 0 auto 0 auto;
}
#top {
	background: url(images/top.gif) no-repeat center;
	height: 41px;
	width: 780px;
}
#content {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A6B;
	background: url(images/content.gif) repeat-y left top;
	width: 780px;
	clear: both;
	margin-top: 0px; overflow: hidden;
}
#footer {
	background: url(images/footer.gif) no-repeat center top;
	width: 780px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: fixed;
}
