/*
CSS file created with:Instant Blueprint - Create a web project framework in seconds.
http://instantblueprint.com

Project: Zwolls Animatie Film Festival
File: css/style.css
Last edited: December 16, 2010, 3:21 am
*/

/*  Main  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(../images/achtergrond1.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#wrapper {
 margin:0 auto;
 margin-top:10px;
 width:1040px; /*  Change to desired width :)  */
 height:840px;
}

#ronding {
	width:10px;
	height:12px;
	float:left;
}

#breetebalk {
	width:1020px;
	height:12px;
	background-color:#fff;
	float:left;
}
#breetebalkin {
	width:1000px;
	height:10px;
	background-color:#000;
	float:left;
}

#lengtebalkheader {
	width:10px;
	height:150px;
	background-color:#fff;
	float:left;
}
#lengtebalkcont {
	width:10px;
	height:610px;
	background-color:#fff;
	float:left;
}
#lengtebalkfooter {
	width:10px;
	height:50px;
	background-color:#fff;
	float:left;
}

#headerlogo{
	
}

#header{
	width:1020px;
	height:150px;
	float:left;
	background-color:#000;
	background-image: url(../images/headerbg2.jpg);
	background-repeat: repeat-x;
}

#content{
	width:1020px;
	height:600px;
	background-color:#fff;
	padding-bottom:10px;
	float:left;
}

#footer{
	width:1000px;
	height:30px;
	float:left;
	background-color:#666;
	color:#FFF;
	padding:10px;
	text-align:right;
}

#wrapper #footer a {
	color: #FFF;
}

