@charset "UTF-8";
html>body .imgbg {
	background-color: transparent;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.imgbg {
	background-color: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}
#kop {
	background-image: url(images/transparent.png);
	height: 133px;
	width: 950px;
	margin-bottom: 20px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}


#container {
	margin: auto;
	width: 950px;
	position: relative;
}
#nieuws, #gigs, #contact, #links, #bio {
	width: 460px;
	position: relative;
	/*background-image: url(images/transparent.png);*/
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#video {
	width: 450px;
	position: relative;
	padding-top: 70px;
	margin: 0px;
	/*background-image: url(images/transparent.png);*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#downloads, #music {
	width: 450px;
	position: relative;
	padding-bottom:20px;
	padding-top:70px;
	margin: 0px;
	/*background-image: url(images/transparent.png);*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#left {
	float: left;
	width: 500px;
	position: relative;
}
#right {
	float: right;
	width: 450px;
	position: relative;
}
body {
	margin: 0px;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E0601A;
	font-size: 18px;
}
#nieuws {
	background-attachment: scroll;
	background-image: url(images/NIEUWS.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#links {
	background-attachment: scroll;
	background-image: url(images/LINKS.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#bio {
	background-attachment: scroll;
	background-image: url(images/BIOGRAFIE.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact {
	background-attachment: scroll;
	background-image: url(images/CONTACT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#gigs {
	background-attachment: scroll;
	background-image: url(images/GIGS.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#music {
	background-attachment: scroll;
	background-image: url(images/MUSIC.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#downloads {
	background-attachment: scroll;
	background-image: url(images/DOWNLOAD.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#video {
	background-attachment: scroll;
	background-image: url(images/VIDEO.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
