@charset "utf-8";
/* CSS Document */
html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main
{
	background: transparent url(../underconstruction.png);
	position:relative;
	margin:0 auto;
	width: 600px;
	min-height: 400px;
}