
/* GENERIC */
body { 			

	background-color:#330033;
	
}

.border_top{

	height:10px;
}
.footer{
	height:0px;
}
.container{
	position: relative;
	width:426px;
	margin:0 auto 0 auto;
	background-color:#000000;	
}
.game_box { 
	position:relative;
	left:10px;
	width:416px;
	height:416px;
}
.help_box{
	position: absolute;
	top:0px;
	left:470px;
	width:280px;
	height:448px;
	
}

h1{
	color:#FC0; 
	font-size:24px; 
	font-family:Arial, Sans;
	text-align:center;
}
h2{
	color:#F80; 
	font-size:16px; 
	font-family:Arial, Sans;
	margin: 8px 0 4px 12px;
}
p{
	color:#CCC; 
	font-size:12px; 
	font-family:Arial, Sans;
	margin: 0 0 4px 20px;
}
i{
	color:#F0F;
	text-decoration:none;
	font-style:normal;
}
a{
	color:#F40;
}

.sub{
	color:#888;
	text-align:center;
}




