@charset "utf-8";
/* MAIN LAYOUT POSITIONS */
body {background-color:#e6e7e8;}
img {border:none;}
#nav {
	position:relative;
	width:670px;
	height:300px;
	left:140px;
	top:110px;}
#copy {
	position:absolute;
	left:50%;
	margin-left:-440px;
	width:860px;
	height:20px;
	text-align:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	
	}
#copy a

{
	text-decoration:none;
	color:#333;
}

/* HOMEPAGE LAYOUT */
#homebg {
	margin:0 auto;
	background-image:url(images/homebg.png);
	width:860px;
	height:1070px;}
#homecontent {
	width:670px;
	height:610px;
	position:relative;
	left:140px;
	top:135px;}
#hctxt {
	position:absolute;
	left:0px;
	top:135px;
	width:400px;
	height:475px;
	text-align:left;}
#homeguest {
	height:240px;
	width:420px;
	background-image:url(images/homeguest.png);
	background-repeat:no-repeat;}
#homecontact {
	height:240px;
	width:420px;
	background-image:url(images/homecontact.png);
	background-repeat:no-repeat;}
	
/* BIOGRAFIE LAYOUT */
#biobg {
	margin:0 auto;
	background-image:url(images/biobg.png);
	width:860px;
	height:1220px;}
#biocontent {
	width:670px;
	height:750px;
	position:relative;
	left:140px;
	top:135px;}
#biotxt {
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:650px;
	text-align:left;}
#bionav {
	position:absolute;
	top:100px;
	right:35px;
	width:134px;
	height:135px;
	text-align:center;}


/* POSITIONING PROJECTEN */	
#probg {
	margin:0 auto;
	background-image:url(images/projbg.png);
	width:860px;
	height:1020px;}
#procontent {
	width:670px;
	height:550px;
	position:relative;
	left:140px;
	top:135px;}
#protxt {
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:550px;
	text-align:center;}
#propic {
	width:375px;
	margin:0 auto;}


/* POSITIONING PRESSMAP */	
#pressbg {
	margin:0 auto;
	background-image:url(images/pressbg.jpg);
	width:860px;
	height:1020px;}
#presscontent {
	width:670px;
	height:550px;
	position:relative;
	left:140px;
	top:135px;}
#presstxt {
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:550px;
	text-align:center;}
#presspic {
	width:375px;
	margin:0 auto;}


/* MUSICPLAYER LAYOUT */
#musicbg {
	margin:0 auto;
	margin-top: -20px;
	background-image:url(images/musicbg.png);
	width:860px;
	height:1020px;}
#musiccontent {
	width:670px;
	height:550px;
	position:relative;
	left:140px;
	top:135px;}
#musictxt {
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:550px;
	text-align:left;}
#musicnav {
	position:absolute;
	top:30px;
	right:35px;
	width:140px;
	height:280px;
	text-align:center;}

	
/* CONTACT */
#contactbg {
	margin:0 auto;
	background-image:url(images/contactbg.png);
	width:860px;
	height:1020px;}
#contactnav {
	position:absolute;
	top:20px;
	right:0px;
	width:210px;
	height:300px;
	text-align:center;}
	
#contactnav a

{text-decoration:none; color:#000;}
#contactnav a:hover

{color:#666;}

