body, html {
	background-color: #eeeeee;
	background-image: url(images/bg.jpg);
	height: 100%;
	width:100%;
	overflow:hidden;
	margin-left:0px;
	margin-top:0px;
}

#main {
	width:100%;
	height:100%;
	position: relative; 
	background-image: url(images/bg.jpg);
}

#content {
	position: absolute;  
	left:50%;
	top: 50%;
	margin-top:-254px;
	margin-left:-328.5px;
	display: table-cell;
	width:657px;
	height:508px;
	background:transparent url(images/underconstruction-trans.png) no-repeat;
}
