html,body
{
	height:100%;
}
body
{
	background-color:#01172E;
	background-image:url(../images/bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}
body.FIELD_PASS
{
	background-color:#183D1B;
}
body.GAME_REWIND
{
	background-color:#460E0F;
}
body.PRESEASON_LIVE
{
	background-color:#1A1160;
}
.page
{
	margin:0 auto;
	width:1000px;
	background-color:#FFFFFF;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.pagefooter
{
	position:absolute;
	bottom:0px;
	width:100%;
}
.pagesection
{
	padding:0px 0px 117px 0px;
}