body {
	color: #eee;
	background-color: #181818;
	font-family: Arial;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 5px;
}

a {
	color: #ffdc00;
	text-decoration: none;
}

a:visited {
	color: #f70;
}

a:hover{
	background-color: #ffdc00;
	color: #000;
}

img {
	border: 0;
}

/* H1 + Icons */

.maintable {
	width: 800px;
	text-align: center;
}

.pageheader {
	text-align: left;
	vertical-align: middle;
	margin-left: 5px;
	background-color:#333333;
	height: 25px;
	font-size: 16pt;
}

.flashblock {
	width: 100%;
	text-align: center;
}

.bigad {
	vertical-align: top;
	text-align: center;
	width: 380px;
}

.descblock {
//	width: 100%;
}

.descblock h4 {
	color: yellow;
}

.categoryblock {
	width: 100%;
	text-align: center;
}

.gametable {
	border-width: 0px;
	font-size: 11pt;
}

.gametable td {
	width: 120px;
	height: 130px;
	text-align: center;
	vertical-align: top;
}

.preview h3 {
	color: #ffdc00;
}

.preview a {
//	color: #ffdc00;
	color: #f70;
	font-size: 16pt;
	text-transform: uppercase;
}

#footer {
	text-align: center;
	width: 800px;
}

.footer_bar {
	background-color:#333333;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}



#gamepage {
margin-top: 0px;
}

.strip {
color: white;
background-color: #222; 
border: 1px solid #555;
border-left: none;
border-right: none;
height: 45px;
text-transform: uppercase;
font-size: 90%;
}

#gamepage h1 {
display: inline;
font-size: 100%;
text-transform: uppercase;
height: 45px;
}

.strip img {
margin: 0px;
padding: 0px;
vertical-align: middle;
}

.game {
margin-top: 5px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

.wrapper {
text-align: center;
}

.advertisement {
margin-top: 5px; 
margin-bottom: 5px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#gamepage h2 {
display: inline;
font-size: 90%;
text-transform: uppercase;
}

#gamepage p {
display: inline;
}

#gamepage .wrapper .game p { 
display: block;
}


.footer {
margin-top: 0px;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: #222;
border: 1px solid #555;
border-left: none;
border-right: none;
padding: 5px;
}

.counters {
display: inline;
}


