body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#container {
	width:591px;
	margin:0 auto;
}
#site {
	width:591px;
	position:absolute;
	top:0;
}
#top {
	width:591px;
	height:168px;
	top:0;
	left:0;
}
#content {
	width:591px;
	position:absolute;
	top:168px;
	left:0;
	background-image:url(../images/contentbg.jpg);
}
#conttop {
	width:571px;
	height:18px;
	background-image:url(../images/contenthead.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
#conttop h1 {
	margin:0;
	color:#FFFFFF;
	font-size:15px;
}
#cont {
	width:571px;
	padding:10px;
	background-image:url(../images/contentbg.jpg);
}
#contbottom {
	width:573px;
	height:10px;
	padding:9px;
	background-image: url(../images/contentbottom.jpg);
	background-repeat:no-repeat;
}
#contbottom p {
	margin:0;
	text-align:right;
	margin-right:10px;
	color:#FFFFFF;
}