*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #000;
	font: 10px Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}

a
{
	text-decoration: none;
	color: #4d4d4d;
}

a:hover
{
	color: #999;
}

a.enterSite
{
	display: block;
	background: url(../images/enterBtn.jpg) top no-repeat;
	width: 96px;
	height: 12px;
	margin-top: 400px;
}

a.flashIcon
{
	background: url(../images/flashPlayerIcon.jpg) top no-repeat;
	width: 69px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
}

a.enterSite:hover, a.flashIcon:hover
{
	background-position: bottom;
}

a span
{
	display: none;
}

#mainArea
{
	background: url(../images/LandingPage.jpg) top center no-repeat;
	width: 100%;
	height: 561px;
	display: table;
}

#fwa
{
	/*background: url(../images/DayTopLeft.png) no-repeat top left;*/
	width: 100%;
	height: 100%;
	float: left;
}

#twitter, #facebook {
	display: inline-block;
	margin-top: 30px;
	margin-right: 5px;	
	width: 20px;
	height: 20px;
	background: url('../images/mnight-social.png') 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
	margin-bottom: 40px;
}
#twitter { width: 24px; }
#facebook { background-position: -31px 0; }
#twitter:hover { background-position: 0 100%; }
#facebook:hover { background-position: -31px 100%; }
#innerArea
{
	width: 926px;
	margin: 0 auto;
}

#footer
{
	margin-top: 70px;
	display: table;
	width: 926px;
}

#getFlash
{
	width: 414px;
	float: left;
}

#getFlash a
{
	text-decoration: underline;
}

#copyright
{
	text-align: right;
	float: right;
}
p.h { display:none; }

a.AdobeSite
{
	display: block;
	background: url(../images/sod_badge_07-28-09.jpg) no-repeat;
	width: 74px;
	height: 74px;
	margin-top: 30px;
}
