body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	background: #a6a336 url(bodybg.jpg) center center no-repeat;
}
#main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -383px;
	margin-top: -375px;
	width: 766px;
	height: 750px;
}