* {
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			12px;
	color:				#666;
	line-height:		16px;
}

body {
	background-color:	#FFF;
	height:				100%;
	
}

div#container {
	width:				100%;
	height:				100%;
	float:				left;
}

div#under_construction {
	width:				553px;
	height:				693px;
	background-image:	url(../images/under_construction.jpg);
	background-position:center;
	background-repeat:	no-repeat;
	position:			absolute;
	left:				50%;
	margin-left:		-276px;
}