@charset "UTF-8";
/* CSS Document 
	*/

body {
	background-image: url("../images/bodybg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #a0b354;
}
#globalcontainer {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	/*height: 600px;
	position: fixed;
	left: 50%;
	margin-left: -512px;
	top: 0px;
	overflow: visible;*/
	/*height: 768px;*/
}
/*#spacer{
	margin: 0 auto;
	width: 1024px;
	height: 600px;
	position: absolute;
	
}*/