body, html {
	background	 				: black;
	font-family					: Times;
	font-size					: 13px;
	color						: white;
	margin-top:   				: 500;
}

A:link {text-decoration: none; color: #666666;}
A:visited {text-decoration: none; color: #666666;}
A:active {text-decoration: none; color: #666666;}
A:hover {text-decoration: underline; color: #666666;}

div#container {
	position:relative;
	width:800px;
	min-height:600px;
	margin-left:-400px;
	left:50%;
}

div#banner {
	position					: relative;
	width						: 800px;
	height	 					: 500px;
	margin  					: 0;
}

div#youtube {
	position					: relative;
	width						: 780px;
	height						: 480px;
}

div#link {
	position: relative;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 190px;
	margin-top: -280px;
	margin-left: 50px;
}

div#lijn {
	position: center;
	margin-top: 40px;
}

img {
	text-decoration: none;
	border: none;
}

div#tekst {
	position: relative;
	color: #666666;
	float: left;
	width: 400px;
	height: auto;
	margin: -200px 0 0 300px;
}

/*html in IE6 hack*/
*html div#tekst {
	position: relative;
	color: #666666;
	float: left;
	width: 400px;
	height: auto;
	margin: -200px 0 0 150px;
}

div#contact {
	position: relative;
	float: left;
	color: #666666;
	margin-left: 60px;
	margin-top: 20px;
}

/*html in IE6 hack*/
*html div#contact {
	position: relative;
	float: left;
	color: #666666;
	margin-left: 25px;
	margin-top: 20px;
}

div#music {
	position: relative;
	width: 220px;
	height: 80px;
	margin: 50px 0 0 0;
	float: right;
}

div#linkdizzy {
	color: #666666;
}