@charset "UTF-8";
body {
	width:888px;
	height:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
}
a:active
{
  outline: none;
}
#menu_above {
	float: left;
	min-width: 888px;
	width: 888px;
	min-height:10px;
	height: 10px;
}
#logo {
	float:left;
	width: 272px;
	height: 136px;
	background-position: top; 
	background-repeat: no-repeat; 
	background-image: url('../images/vf-logo.jpg');
}
#main-banner {
	float: left;
	width: 888px;
	height: 345px;
	background-position: top; 
	background-repeat: no-repeat; 
	background-image: url('../images/under-construction.jpg');
}


/* Text
	 ---- */

#footer {
	text-align: justify;
	color: #6E7077;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	width: auto;
	height:auto;
}
#footer a{
	color: #6E7077;
	text-decoration: underline;
}

#footer a:hover{
	color: #000000;
	text-decoration: none;
}