body
	{
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 50%;

	background-color: #241900;
	padding: 0px;
	margin: 0px;
	}

#wrapper
	{
	width: 900px;
	height: 704px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -352px;
	/* margin-top: -368px;*/
	font-family: arial;
	font-size: 11px;
	overflow: hidden;

	/*
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 50%;
	*/
	}


#wrapper #splash-image
	{
	position: absolute;
	top: 150px;
	left: 150px;
	width: 600px;
	}

#wrapper #splash-text
	{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 900px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	}

#counter
	{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	height: 40px;
	margin-left: -100px;
	margin-top: -50px;
	text-align: center;
	color: #fff;
	}

#wrapper #vlaggen
	{
	/* Maakt de bandlogo's klikbaar*/
	position: absolute;
	top: 550px;
	left: 118px;
	width: 664px;
	height: 124px;
	overflow: hidden;
	color: transparent;
	}

#wrapper #layer_updown
	{
	/* Scroll pijltjes */
	position: absolute;
	top: 295px;
	left: 140px;
	width: 80px;
	height: 140px;
	overflow: hidden;
	}


a
	{
	color : #b3c1d2;
	text-decoration: none;
	border-bottom: 1px dotted #152248;
	}

a:hover
	{
	border-bottom: 1px dotted #b3c1d2;
	}
