@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(bg-tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;   
	}
a {
	color:#0077bd;
	text-decoration:none;
	}
	
	
a:hover, a:active {
	text-decoration:underline;
	color:#0099FF;
	}

#page{
	width:790px;
	margin:5px auto;
}
#header{
	height:55px;
}
.logo{
	float:left;
}
.cw{
	float:right;
	padding-top:35px;
	}
	
	
	
#game{
	background-color:#000000;
	border:5px solid #000000;
	margin:10px;
	text-align:center;
}



	
/*- FOOTER ---------------------------------------------------- FOOTER ----*/
#footer{
	margin-top:0px;
	background-color:#262626;
	border-top: 5px solid #999999;
	height: 30px;
	width:100%;
	clear:both;
	}
#footerText{
	text-align:center;
	padding-top:5px;
	font-size: 0.95em;
	color:#CCCCCC;
	}
#footerText a {
	color:#FFFFFF;
	text-decoration:none;
	}
#footerText a:hover, a:active {
	text-decoration:underline;
	}
