

body {
    background:#fff;
	font: 12px courier new, arial, georgia;
	color: #000;
}


#content-wrapper{ 
	width:100%; 
	height:100%; 
	position:relative; 
	top:0; 
}


#content {
	width: 337px;
	height:auto;
	left: 50%;
	margin-left: -168px; /* - (width/2)  */
	position: relative;
	}
	
#logo {
	background: url('images/frontimage.jpg') no-repeat left top; 
	width: 337px;
	height: 390px;
	top: 10px;
	position: relative;
}

#tekst {
	top: 10px;
	position: relative;
	left: 30px	
	}

#enter {
	background: url('images/enter-pijl-breed.jpg') no-repeat top left;
	background-position:right top;
	height: 51px;
	position: relative;
	top: 40px;
	left: 30px;	
	right: 20px;
	padding: 20px 0px 80px 0px;
	display: block;
	}

#enter a{
	color: #8B8B8B;
	text-decoration: none;
	font: 12px courier new, arial, georgia;
	display: block;
	}

#enter a:hover, .nav a:focus{
	color: #000;
	}



