body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	height: 100%;
}

html {
	height:100%;
}

/* Thumbnail page */


#pageholder {
	text-align: left;
	margin: auto;
	width: 702px;
	height: 650px;
	overflow:hidden;
	padding-left:2px;
}


#fotoholder {
	width:100%;
	height:650px;
	margin-top:20px;
	background-attachment: scroll;
	background-image: url(images/foto-gallery1.jpg);
	background-repeat: no-repeat;
	background-position: center +2px;
}

#fotoholder2 {
	width:100%;
	height:650px;
	margin-top:20px;
	background-attachment: scroll;
	background-image: url(images/foto-gallery2.jpg);
	background-repeat: no-repeat;
	background-position: center +2px;
}

.foto {
	float:left;
	position:relative;
	margin-left:51px;
	margin-right:50px;
	margin-bottom:33px;
	margin-top:43px;
	width:133px;
	height:100px;
	overflow:hidden;
}

#home, #nieuwer, #nieuw {
	position:absolute;
	height:0px;
	width:0px;
}
#home a, #nieuwer a, #nieuw a {
	display:block;
	width:100px;
	height:30px;
	cursor:pointer;
	outline:none;
	position:relative;
}
#nieuwer a {
	left:600px;
}
#home a {
	left:300px;
}


/* Photoframe */


#pageholderfoto {
	text-align: left;
	margin: auto;
	width: 760px;
	height: 650px;
	overflow:hidden;
	padding-left:2px;
}


#frameholder {
	width:100%;
	height:650px;
	margin-top:10px;
	background-attachment: scroll;
	background-image: url(images/lijst-600x450-uk.jpg);
	background-repeat: no-repeat;
	background-position: center +2px;
}

#content {
	position:relative;
	width:640px;
	height:480px;
	background-color:#6A5535;
	top:45px;
	left:56px;
	border: 2px solid #6A5535;
	overflow:hidden;
}

#back {
	position:relative;
	margin:auto;
	width:100px;
	height:30px;
	top:50px;
	cursor:pointer;
}
