@charset "utf-8";
/* CSS Document */

#body-background 
{

	background:#FFFFFF url(/graphix/page_bg.png);
	width: 100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
		
}

#top-background
{
	width: 100%;
	height: 282px;
	background-image: url(/graphix/top_bg.png);
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0px solid #000000;
		
}

#wrapper 
{
	width: 889px;
	background-image:url(/graphix/content_bg.png);
	height:auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border:1px black solid;
	margin-top:-282px;
}

#header 
{
	width: 888px;
	height: 190px;
	background:#FFFFFF url(../graphix/header.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	border-right: 1px solid #000000;
	position:relative;
	
}

#weather
{
	width:884px;
	height:40px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 1px 0;
	margin:10px 0 0 0;
	
}

#content
{
	width:884px;
	height:auto;
	min-height:230px;
}

#footer
{
	width:872px;
	height:auto;
	margin:10px 0 0 8px;
	border-top:#000000 solid 2px;
}

#sponsors
{
	width:884px;
	height:75px;
	padding:5px 0;
}

#sponsors-text
{
	background: #414141;
	width: 872px;
	margin:0 auto;
}

#footer2
{
	width:850px;
	height:15px;
	margin:0 0 0 10px;
	padding:10px;
	background-color:#5968AB;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	

}

#login
{
	width:852px;
	height:132px;
	margin-left:auto;
	margin-right:auto;
}


