body {
	margin: 0 auto;
	padding:0;
	background:black;
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	width:870px;
}
#header {
	margin:0px;
	padding:0px;
	height:184px;
	background: url(/games/images/new-header.png);
}
#header h1 {
	float:left;
	margin:0px;
	width: 340px;
	height: 184px;
	line-height:0px;
	padding:0px;
}
#header h1 a:link, #header h1 a:visited {
	display:block;
	margin-top:15px;
	margin-left:75px;
	width:210px;
	height:80px;
}
#header h1 span {display:none;}

#notice {
position: absolute;
top:0px;
min-width:410px;
margin:0px auto;
padding:0px;
margin-left:340px;
white-space: nowrap;
text-overflow:ellipsis;
overflow:hidden;
color:green;
background:black;
text-align:center;
font-variant: small-caps;
font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
font-size: 24px;
}
#notice a {text-decoration:none;color:green;line-height:32px;}

#links {
	position:absolute;
	top:37px;
	height:39px;
	width:410px;
	margin:0px;
	margin-left:340px;
	padding:0px;
	line-height:0px;
	text-align:center;
}
#links ul {
	padding:0px;
	margin:0px;
	line-height:0px;
	display:inline;
	list-style-type : none;
}
#links li	{
	display:block;
	margin:0px;
	width:20%;
	min-width:64;
	line-height: 39px;
	float:left;
	text-align:center;
	white-space: nowrap;
}
#links li.hidden {display:none;}
#links a:link, #links a:visited	{
	min-width:64;
	line-height: 39px;
	display:block;	
	padding:0px;
	font-variant: small-caps;
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #023e88;
	font-weight : normal;
	margin: 0px;
	text-decoration : none;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	background: url(/games/images/new-button.png);	
}
#links a:hover {
	color: #0472fb;
	background: url(/games/images/new-link.png);
}
#title {
	position:absolute;
	top:76px;
	width:472px;
	margin-left:310px;
	padding:0px;
	height:37px;
	background: url(/games/images/h2-new.png) repeat-x;
	color:white;
}
#title h2
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:24px;
	font-weight:normal;
	font-family: Verdana;
	font-variant:small-caps;
	line-height:36px;
	color:#b6b5a6;
}
#container {
	background: black url(/games/images/new-background.png) repeat-y top center;
}
#content {
	top:-76px;
	margin-bottom:-76px;
	padding-left:90px;
	padding-right:90px;
	position:relative;
	color:black;
	min-height:270px;
}
#content h3 {
	padding-left:50px;
	color: #330;
	text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
}
#content h3 a {text-decoration:none;color:#330;}

#footer {
	background:black url(/games/images/new-footer2.png);
	padding-top:8px;
	padding-left:83px;
	padding-right:83px;
	line-height:0px;
	height:68px;
}
#footer p {
	padding:0px;
	margin:0px;
	text-align:center;
	line-height:32px;
	color:black;
	text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}
#footer p em{
		font-size:8pt;
		padding:0px;
		margin:0px;
		text-align:center;
		line-height:32px;
		color:white;
		text-shadow: rgba(128, 128, 128, 0.75) 1px 1px 0;
	}
#footer p em a {text-decoration: none;color:white;}
#sidebar {display:none;}
.hidden {display:none;}
img {border:0px;}