body
{
	margin				: 0px;
	padding				: 0px;
	background			: #333 url('images/background/body.png');
	font-size			: 0.75em;
	font-family			: 'Trebuchet MS', verdana;
	color				: #000;
}

#container 
{ 
	background-color	: #000;
	margin				: 0 auto;
	width				: 663px;
} 

#header
{
	background			: #000 url('images/background/header.png') no-repeat;
	height				: 155px;
}
#header h1
{
	display				: block;
	padding-top			: 82px;
	margin				: 0px;
}
#header h1 a
{
	margin-left			: 19px;
	background			: url('images/background/hentai.png') no-repeat center center;
	border				: none;
	text-decoration		: none;
	height				: 53px;
	width				: 253px;
	display				: block;
}
#header h1 a span
{
	visibility			: hidden;
}

/* NAVIGATIE */
ul.navigatie
{
	padding				: 0px;
	margin				: 0px;
	list-style-type		: none;
	text-align			: center;
	background			: #000 url('images/background/navigatie.png') repeat-x center center;
	height				: 18px;
}
* html ul.navigatie
{
	margin-top			: -2px;
}
ul.navigatie li
{
	float				: left;
	display				: block;
	background			: url('images/background/navborder.png') no-repeat left top;
}
* html ul.navigatie li
{
	background			: url('images/background/navborder.png') no-repeat left center;
}
ul.navigatie li.first
{
	background			: none;
	margin-left			: 7px;
}
* html ul.navigatie li.first
{
	margin-left			: 4px;
}
ul.navigatie li a
{
	text-decoration		: none;
	height				: 13px;
	margin				: 0 8px;
}
ul.navigatie li a img
{
	border				: none;
	margin-top			: 1px;
}
* html ul.navigatie li a img
{
	margin-top			: 4px;
}

#content
{
	background			: #000 url('images/background/left.png') repeat-y left center;
}
#left
{
	float				: left;	
	padding				: 0 0 0 9px;
	width				: 169px;
}
#right
{
	padding-top			: 3px;
	margin-left			: 185px;
}
* html #right
{
	padding-top			: 5px;
	margin-left			: 182px;
	display				: inline-block;
}

h2
{
	margin				: 5px 0 0 0;
}
#left h2
{
	width				: 169px;
	height				: 21px;
}
#right h2
{
	width				: 147px;
	height				: 20px;
}
#right h2.long, #right h2.longpremium
{
	width				: 472px;
}
#content h2 span
{
	visibility			: hidden;
	font-size			: 0px;
}

#right table#games
{
	border-collapse		: collapse;
	margin-left			: -1px;
}
table#games tr td
{
	width				: 147px;
	padding-right		: 15px;
	float				: left;
}
table#games tr td.last
{
	padding				: 0px;
}
table#games tr td div
{
	background-color	: #424142;
	border-right		: 1px solid #333;
	border-left			: 1px solid #525552;
}
table#games tr td div img
{
	border				: 1px solid #f60;
	width				: 138px;
	height				: 64px;
	margin				: 3px 0 0 3px;
}

ul.box
{
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
}
#left ul.box
{
	width				: 169px;
}
#right ul.box
{
	width				: 147px;
}
#left ul.box li
{
	background			: #000 url('images/background/item.long.png') no-repeat left center;
	width				: 169px;
	text-align			: center;
}
#right ul.box li
{
	background			: #000 url('images/background/item.short.png') no-repeat left center;
	width				: 147px;
	text-align			: center;
}
ul.box li a
{
	color				: #fff;
	text-decoration		: none;
}
ul.box li a:hover
{
	color				: #ccc;
}
#right ul.box li.more
{
	background			: #000 url('images/background/moregames.png') no-repeat left center;
	height				: 18px;
	text-align			: right;
}
#right ul.box li.more a
{
	color				: #9C9A9C;
	font-family			: 'lucida sans unicode';
	font-size			: 0.9em;
	margin-right		: 5px;
}
div.box, div.long, div.longpremium
{
	background-color	: #424142;
	width				: 162px;
	padding				: 3px;
	border-top			: 1px solid #525552;
	border-right		: 1px solid #333;
	border-bottom		: 1px solid #333;
}
div.long, div.longpremium
{
	width				: 465px;
}


/* footer */
#footer
{
	clear				: both;
	padding-top			: 7px;
	padding-bottom		: 10px;
}

table#links a
{
color : #fff;
font-size			: 0.8em;
}
table#links a:hover
{
color : #ccc;
}
