body {
	 background-color: #666666;
	 background-image: url("<?=$base_url;?>bg.gif");
	 background-repeat: repeat; 
}



.headertext { 
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color:#CCCCCC;
text-align : center;
margin : 0 0 0 0;
padding : 0 0 0 0;
}

.instructions { 
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color:#CCCCCC;
width:800px;
text-align : center;
margin : 0 0 0 0;
padding : 0 0 0 0;
}

.clear {
clear:both;
}
#game:link, #game:visited, #game:active {
display:block;
position:relative;
width:728px;
height:500px;
border:0;
background:url(playgame.gif) #1F3565;
outline:none;
padding:0;
color: #DDD;
text-decoration: none;
}
#game:hover {
background:url(playgame.gif) 0 -500px #1F3565;
color: #DDD;
text-decoration: none;
}
