body {
	font-family: Arial, Helvetica, sans-serif;
	background: #EBA400;
	}
	
#horizontal {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
#container {
	width: 400px;
	height: 400px;
	visibility: visible;
	position: absolute;
	top: -200px; /* half height */
	left: 50%; /* Always at 50% */
	margin-left: -200px; /* half width */
	overflow: auto;
	}
	
#construction {
	width: 400px;
	height: 400px;
	background: url(media/under_construction.gif) no-repeat;
	}		