body {
	background-color: #99BA25;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial;
	font-size:12px;
}

h1{
	font-size:15px;
	color:#99BA25;
}

a{
	color:#99BA25;
	text-decoration:none;
}

#sitecontainer{
	width:760px;
	text-align:center;
}

.header{
	width:760px;
	background-color:#ffffff;
}

.mainbody{
	width:380px;
	
}

.highlight
{
	background-color: #FFFF99;
}
