html,body {
	margin:0px auto;
	padding:0px;
	height:100%; /* needed for container min-height */
	background:#000000;
	font-family:verdana;
	font-size:11px;
	color:#fff;
}

#landingPageWrapper{
	width:100%;
	margin-top:10px;
	text-align:center;
	}

#landingPage {
	width:631px;
	height:360px;
	background-image:url(../images/landing-main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px auto;
	}

#landingPageFooter {
	width:631px;
	height:100px;
	vertical-align:bottom !Important;
	}
	
a:link { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #c20114 !Important;  text-decoration: none;}
a:visited { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#c20114 !Important;  text-decoration: none;}
a:hover  { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#c20114 !Important;  text-decoration: underline;} 
a:active { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#c20114 !Important;  text-decoration: none;}
