@charset "UTF-8";
/* CSS Document */

body{ 
	background: url(../img/achtergrond.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.62%;
	color:white;
}

#container{
	width:1000px;
	background: url(../img/start.jpg);
	height:558px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:5%;
}

#tekstDancers{
	position:absolute;
	width: 200px;
	bottom:20px;
	left:400px;
	text-align:center;
	line-height:1.6em;
	font-size:10px;
}


#tekstFactory{
	position:absolute;
	width: 300px;
	bottom:20px;
	left:40px;
	text-align:center;
	line-height:1.6em;
	font-size:10px;
}


#focaldesign{
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:10px;
}


#tekstDancers a, #tekstFactory a{
	color:white;
}

#tekstIsabelle a{
	color:#999;
}

#tekstDancers a:hover, #tekstFactory a:hover, #tekstISabelle a:hover{
	text-decoration:none;
}