body{
	margin:0px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#006699;
	background-attachment:fixed;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.logo{
	margin:0px;
	width:575px;
	height:30px;
}

.whitescreen{
	width:707px;
	border:1px solid #000000;
	background:#e6e9ff;
	margin-bottom:10px;
	padding:2px;
}

.whitescreen2{
	width:707px;
	border:1px solid #000000;
	background:#e6e9ff;
	padding:2px;
}

.menu{
	width:207px;
	height:60px;
	padding-top:5px;
	padding-left:5px;
	float:left;
	text-align:left;
	vertical-align:top;
}


.banner{
	width:468px;
	height:60px;
	padding:7px;
	float:right;
}

.game{
	width:101px;
	height:81px;
	text-align:center;
	float:left;
	margin-bottom:10px;
}

.gameimg{
	border:2px solid #000000;
	width:50px;
	height:50px;
}

.gameimg:hover{
	border:2px solid #ff8a00;
	width:50px;
	height:50px;
}

.gamename{
	font-size:10px;
}

.partad{
	width:303px;
	text-align:center;
	float:left;
}

.part1{
	width:293px;
	text-align:center;
	padding:5px;
	float:left;
}

.part2{
	width:192px;
	height:172px;
	text-align:left;
	padding:5px;
	float:right;
}

.part2big{
	width:192px;
	height:100%;
	text-align:left;
	padding:5px;
	float:right;
}

.part3{
	width:192px;
	height:172px;
	text-align:left;
	padding:5px;
	float:right;
}

.part4{
	width:394px;
	text-align:left;
	padding:5px;
	float:right;
}

.partplays{
	width:210px;
	text-align:center;
	float:left;
}

.partshead{
	background:#ffffff;
	padding:2px;
	text-align:left;
	font-weight:bold;
}

.bigname{
	font-size:13px;
	font-weight:bold;
}

a{
	color:#000000;
	font-weight:bold;
}

a:hover{
	color:#ff8a00;
	font-weight:bold;
}

select,optgroup {
	background: #e6e9ff;
	text-align: left;
	border: 0px solid #e6e9ff;
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}