body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
	background-color: #000000;
	width:100%;
	height:100%;
}
a{outline: none;}

#maincontent {
		
	width:100%;
	height:100%;
	
}

#mainbody{
	width:1122px;
	height:495px;
	text-align:center;
	margin:35px 15px 15px 15px;
}

#header {
   margin:0px;
   padding:0px;
}

#footer {
   width:1152px;
   height:22px;
}

#footertext {
   font-family: "Century Gothic", verdana;
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   margin:0px;
   padding:0px 0px 0px 5px;
}
#footertext a:link, #footertext a:visited {
   font-family: "Century Gothic", verdana;
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration:none;
}

#footertext a:hover {
   font-family: "Century Gothic", verdana;
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration:underline;
}

#fordlogo {
   margin:0px;
   padding:0px 5px 0px 0px;
}

/*  Menu Buttons */
#navheader{width:1152px; height:7px; padding:0px 0px 2px 0px; margin:0px;}

#aboutbtn{display:block; width:65px; height:7px; background: url("../images/about_btn.png") no-repeat 0 0;margin:0px 45px 0px 10px;}
#aboutbtn:hover{background-position: 0 -7px;}
#aboutbtn span{display:none;}

#specsbtn{display:block; width:61px; height:7px; background: url("../images/specs_btn.png") no-repeat 0 0;margin:0px 45px 0px 35px;}
#specsbtn:hover{background-position: 0 -7px;}
#specsbtn span{display:none;}

#tourbtn{display:block; width:51px; height:7px; background: url("../images/tour_btn.png") no-repeat 0 0;margin:0px 100px 0px 35px;}
#tourbtn:hover{background-position: 0 -7px;}
#tourbtn span{display:none;}

#rtrcbtn{display:block; width:58px; height:7px; background: url("../images/rtrc_btn.png") no-repeat 0 0;margin:0px 35px 0px 145px;}
#rtrcbtn:hover{background-position: 0 -7px;}
#rtrcbtn span{display:none;}

#registrybtn{display:block; width:95px; height:7px; background: url("../images/registry_btn.png") no-repeat 0 0;margin:0px 25px 0px 25px;}
#registrybtn:hover{background-position: 0 -7px;}
#registrybtn span{display:none;}

#contactbtn{display:block; width:89px; height:7px; background: url("../images/contact_btn.png") no-repeat 0 0;margin:0px 0px 0px 25px;}
#contactbtn:hover{background-position: 0 -7px;}
#contactbtn span{display:none;}

