body { 
	margin: 0;
	padding: 0%;
	background: url(../i/body.png) 80%;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	align: center;
}
#header {
	background: url(../i/header.png);
	padding: 0%;
	width: 948;
	text-align:left;
}

#header a {
	margin-left: 5px;
	margin-right: 10px;
	
}
a:link {
	text-decoration: underline; 
	color: #000000;
	}
a:visited { 
	text-decoration: underline; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0000FF;
}
table {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 15px;
	align: center;
}
#wrap{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #444;	
}
.pad{
	background: #444;
	padding:1px;
	width: 950px;
}
.d {
	height: 1px;
	width: 100%;
	background: #444;
}	
.ws {
	height:15px;
	width: 100%;
}
.game{
	width: 84px;
	height: 104px;
	float: left;
	margin: 10px;
	text-align: center;
}
.spacer{
	padding: 3px;
}
.backto{
	width: 130px;
	height: 80px;
	line-height: 20px;
	font-size: 15px;
}

.main {
	background: #EEE;
	padding: 10px;
}
.main u {
	font-size: 14px;
	line-height: 23px;
	text-decoration:underline;
	font-weight:bold;
}
.content {
	background: #EEE;
	min-height: 500px;
	padding: 10px;
	text-align: left;
}
.content u {
	font-size: 14px;
	line-height: 23px;
	text-decoration: underline;
	font-weight: bold;
}
.contact {
	text-align: left;
	line-height: 19px;
	margin-left: 250px;
	width: 450px;
}
.links {
	padding: 20px;
}
#footer {
	background: url(../i/footer.png) no-repeat;
	padding: 10px;
}
* html body{ /*IE6 hack*/
padding: 0 0 0 0; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
