@charset "UTF-8";
body {
	width:800px;
	height:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
a {
  color: #FFFFFF;
	text-decoration: none;
	}

#main-banner {
	float: left;
	width: 800px;
	height: 1000px;
	background-position: top; 
	background-repeat: no-repeat; 
	background-image: url('../images/under-construction.jpg');
}


/* Text
	 ---- */

#footer {
	text-align: justify;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	width: auto;
	height:auto;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	color: #808080;
	
}