body{
	padding: 0;
	margin: 0;
	background: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#game{
	width: 640px;
	height: 480px;
}
#flash{
	width: 640px;
	height: 480px;
	padding-top: 0px;
}
#content{
	width: 468px;
	margin-top: 20px;
}
#content h1{
	color: #F8F808;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content .under{
	width: 412px;
	height: 15px;
	background: url(img/under.gif) no-repeat top left;
}
#content .block{
	width: 225px;
	text-align: left;
	float: left;
	color: White;
	padding-left: 5px;
}
#content .block h2{
	font-size: 12px;
	font-weight: bolder;
	text-decoration: underline;
	margin-bottom: 3px;
}
#content .block h2 a{
	text-decoration: none;
	color: White;
}
#content .block p{
	font-size: 10px;
	margin-top: 0px;
	color: #CCCCCC;
}
#content #ad{
	margin-top: 20px;
}
#score{
	color: White;
	font-size: 11px;
	margin-top: 10px;
}