/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	padding: 0;
	margin: 0;
}
body {
	background: #000 url(images/pattern.jpg) repeat-x;
	color: #333;
	font: 0.65em Arial, Verdana, Tahoma;
}
#container {
	position: relative;
	width: 982px;
	margin: 0 auto;
	height: 1600px;
	background: #000 url(images/bg.jpg) no-repeat;
}
h1 {
	text-indent: -999em;
}
/*********************/
/***** TOPMENU *****/
/********************/
ul#topmenu {
	position: relative;
	list-style: none;
	float: right;
	top: 5px;
}
ul#topmenu li {
	display: inline;
	margin-left: 20px;
}
ul#topmenu img{
	border: 0;
	margin-right: 5px;
}
ul#topmenu li a {
	display: inline;
	color: #fff;
	text-decoration: none;
}
/*****************/
/***** MENU *****/
/****************/
ul#menu {
	position: absolute;
	list-style: none;
	top: 204px;
	margin-left: 13px;
}
ul#menu li {
	float: left;
	width: 150px;
	margin-left: 2px;
	display: block;
	text-align: center;
}
ul#menu li a {
	font-weight: bold;
	display: inline;
	color: #fff;
	text-decoration: none;
}
/*************************/
/***** NOW PLAYING *****/
/************************/
h2#nowplaying {
	font-size: 130%;
	position: absolute;
	top: 330px;
	margin-left: 220px;
	width: 290px;
	text-align: center;
	font-weight: normal;
}
img#speakers {
	position: absolute;
	top: 254px;
	left: 0;
}
img#sound {
	position: absolute;
	left: 239px;
	top: 353px;
}
/**************/
/***** AD *****/
/*************/
a#ad img {
	border: 0;
}
a#ad {
	float: left;
	position: absolute;
	top: 450px;
	margin-left: 70px;
	clear: both;
}
/*****************/
/***** TEXT *****/
/***************/
#text {
	position: absolute;
	width: 220px;
	top: 430px;
	margin-left: 577px;
	font-size: 130%;
}
#text p {
	margin-bottom: 20px;
}
/********************/
/***** PLAYERS *****/
/*******************/
#players {
	position: absolute;
	right: 1px;
	top: 320px;
	width: 147px;
	text-align: center;
}
#players img {
	border: 0;
	margin-bottom: 10px;
}
/******************/
/***** STATS *****/
/*****************/
#stats {
	position: absolute;
	right: 1px;
	top: 620px;
	height: 80px;
	width: 147px;
	text-align: center;
}
#stats img {
	border: 0;
}
/************************/
/***** AANMELDEN *****/
/**********************/
a#aanmelden {
	position: absolute;
	top: 550px;
	left: 18px;
	display: block;
	width: 481px;
	height: 165px;
}
a#aanmelden span {
	display: block;
	text-indent: -999em;
}
/*********************/
/***** REQUEST *****/
/********************/
form#request {
	position: absolute;
	left: 553px;
	top: 300px;
	color: #fff;
	width: 243px;
	height: 98px;
}
form#request input {
	width: 223px;
	color: #333;
	height: 18px;
	border: 0;
	margin: 2px 0;
	padding: 0 5px;
	background: url(images/song.jpg);
}
form#request input#submit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 76px;
	height: 19px;
	margin: 0;
	background: transparent url(images/submit.jpg) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}
/*******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	position: absolute;
	top: 1590px;
	width: 982px;
	text-align: center;
	color: #fff;
	left: -10px;
}
