body {
	background-color: #CAFECB;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	color: #006600;
	font-size: 14px;
}
.topimage {
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 167px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.content {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 170px;
}
