html{
	height: 100%;
}

body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url('http://www.hannekeboers.nl/img/bg.gif') center center repeat-x;
}

#site{
	position: absolute;
	width: 980px;
	height: 608px;
    left: 50%; 
    top: 50%;
    margin-top: -304px;
    margin-left: -490px;
	text-align: left;
	overflow: hidden;
}

#logo{
	position: absolute;
	top: 70px;
	left: 65px;
}

#hanneke{
	position: absolute;
	top: 70px;
	left: 130px;
}

#menu{
	position: absolute;
	top: 115px;
	left: 131px;
}

.menu, .menu a{
	font-size: 14px;
	color: #5B3E1C;
	text-decoration: none;
	margin-right: 10px;
}

.menu a:hover{
	color: #E28AC2;
}

.active{
	color: #FF00C2 !important;
}

.content{
	font-size: 12px;
	color: #C1B8AD;
}

.pagecontent{
	font-size: 12px;
	color: #5B3E1C;
}

.pagecontent h1{
	color: #FF00C2;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	margin-bottom: 10px;
}

.pagecontent p{
	margin: 0px;
	margin-bottom: 1em;
}

.pagecontent a{
	color: #FF00C2;
}

.pagecontent a:hover{
	color: #E28AC2;
}
