/* CSS Document */
html, body {
	margin: 0px;
	width:100%;
	background-color:#DCDCDC;

}
#wrapper {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/underConstruction.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
