html, body {
	background: #1E292F;
	color:#FFF;
}
#widthSurround {
	width:671px;
	margin:0 auto;
}
h1 {
	border-bottom:2px solid #353E43;
	padding-bottom:.5em;
}
a {
	color:#FFF;
}


/*

Main logo

*/
#logoBar {
	background:url(/images/mainlogo.gif) left top no-repeat;
	height:72px;
	padding-left:275px;
}
	#logoBar ul {
	}
	#logoBar ul, #logoBar li {
		list-style:none;
		margin:0;
		padding:0;
	}
	#logoBar li {
		margin-top:44px;
		float:left;
		width:99px;
		height:28px;
	}
	#logoBar li a {
		width:99px;
		height:28px;
		background:url(/images/how_to_play.gif) center top no-repeat;
		color:#000;
		display:block;
		text-decoration:none;
		padding-top:5px;
	}
	#logoBar li a:hover {
		background:url(/images/home.gif) center top no-repeat;
		color:#FFF;
	}






/*

Promotional area with woman jumping

*/
#promo {
	background:url(/images/woman_jump.jpg) right top no-repeat;
	height:235px;
	text-align:left;
}
	#promo div {
		width:273px;
	}
	#promo div img {
		margin-bottom:2px;
	}
	#promo #winner {
		background:url(/images/winner.jpg) left top no-repeat;
		height:73px;
		text-align:right;
	}
	#promo #winner img {
		float:right;
		margin-left:8px;
		margin-bottom:0;
	}
	#promo #winner p {
		padding-top:34px;
		line-height:14px;
	}




/*

content

*/
#content {
	text-align:left;
}




	
	
/*

Close of page footer

*/
#Footer {
	clear:both;
	color:#999;
	font-size:10px;
	border-top:2px solid #353E43;
	padding-top:2em;
	margin-top:2em;
}
