body{ 
	background-color:#000000;
	font-family: Courier;
	font-size: 12px;
	color: #cccccc;
}

a:link,a:visited{
		color:#FFFFFF;
		text-decoration: none;
	}
a:hover{  
		color:#008B8B;
		text-decoration: underline;
	}

h1{
	font-size: 10px; color: #008B8B;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:0px;
}

h2{
	font-size: 10px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom:0px;	
}

h3{
	font-size: 12px; color: #008B8B;
	font-weight:bold;
}
	
.root{
	width:1024;
	margin-left:auto;
	margin-right:auto;
}	
	
.header{
	background-image:url('../img/header.jpg');
	height:110px;
	margin:0px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	background-color:#333333;
	border:1px solid #ffffff;
}

.header h1,.header h2{
	color:#ffffff;
	font-size:22px;
	padding:5px 10px 5px 10px;
}

.main{
	text-align:center;
	float:left;
	width:674;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	/*background-color:#222222;
	border:1px solid #ffffff;*/
}

.panel{
	float:right;
	width:300;
}

.game_main{
	text-align:center;
	float:left;
	width:574;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	/*background-color:#222222;
	border:1px solid #ffffff;*/
}

.game_panel{
	float:right;
	width:400;
}

.panel_desc{
	margin:30px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#333333;
	border:1px solid #ffffff;
}

.panel_quick_play{
	margin:0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.panel_keys{
	margin:10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border:1px solid #ffffff;
}

.panel_links{
	margin:20px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	border:1px solid #ffffff;
}

.gamelist{
	width:100%;
}

.gamelist td{
	width:25%;
	padding: 15px 5px 15px 5px;
	height:160px;
	text-align:center;
	vertical-align:top;
}

.bottom{
	padding-top: 60px;
	text-align:center;
	clear: both;
}

.links{
	margin-top:10px;
}

.policy{
	margin-top:10px;
}

.game_applet{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;	
	border:1px solid #ffffff;
	padding:2px 2px 2px 2px;
}

.show_more_opt{
	font-family:Tahoma;
	font-size:10px;
}

.keys{
	width:100%;
	font-size:10px;
}

.keys th{
	color: #CCCCCC;
	font-size:12px;
	text-align:center;
	background-color:#333333;
}

.keys td{
	vertical-align:top;
	width:50%;
	text-align:left;
}

.player_keys{
	text-align:center;
	margin-bottom:5px;
	color:#008B8B;
}

.bookmark{
	text-align:left;
	padding:20px 20px 10px 20px;
}

.policy{
	padding:20px 20px 20px 20px;
	font-family:Tahoma;
	font-size:10px;
}

.suggest{
	margin-top:130px;
	text-align:left;
	font-size:18px;
}

#DESCCONT{
	display:none;
}

.homescreen{
	width:150px;height:110px;border:1px solid #ffffff;
}