@CHARSET "UTF-8";

body {
	
	background-color: black;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	
}

#construction {
	
	background: url("../img/construction.png") no-repeat bottom;
	
	height:50%;
	width:640px;
	margin: 0 auto;
	
}

#construction2 img {
	
	text-align: center;
	
}

#construction2 {
	
	background: url("../img/construction2.png") repeat-x top;
	
	height: 50%;
	width: 100%;
	border-top: 1px solid gray;
	
	text-align: center;
}