/*Resets and General Style Start Here*/
html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
body
{
	font-family:Helvetica, arial;
	font-size:0.9em;
	background-color:#000;
}	


/*Landing Page */
#outer{position:absolute;top:50%;left:50%;overflow:show;}
#inner {background-image:url(../images/backgrounds/landing-bg.png);width:960px;height:800px;position:absolute;top:-400px;left:-480px;background-color:#000;}

#inner #logo{
	display:block;
	background-image:url(../images/landing-logo.png);
	width:960px;
	height:159px;
	margin-top:230px;
}
#inner #logo a:hover{
	display:block;
	background-image:url(../images/landing-logo-active.png);
	width: 960px;
	height: 159px;
	margin-top:230px;
}


.blueLogo{
	display: block;
	width: 960px;
	height: 159px;
	background: url(../images/landing-logo.png);
	margin-top:230px;
}
.blueLogo:hover {
	background-position: 0 0;
	background: url(../images/landing-logo-active.png);
		margin-top:230px;
}



