body {
		text-align:center;
		}

div#frame {
	
	position: relative;
	
	width:980px;
	height:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0px;
	text-align:left;
	
	background-image: url('../imgs/background.jpg');
	background-repeat: no-repeat;
}


div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 300px;
	height: 80px;

	margin-left: 10px;
	margin-top: 10px;
	/*
	background-image: url('../imgs/logo.png');
	background-repeat: no-repeat;
	*/
}

	
div#menuframe {
	position: relative;
	top: 120px;
	left: 0px;
	
	width: 310px;
	height: 560px;
	margin: 0px;
	background-image: url('../imgs/light-trans.png');
}

div#menu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 290px;
	height: 540px;
	
}
div#buttons {
	position: absolute;
	left: 30px;
	bottom: 10px;
	
	width: 290px;
	height: 30px;
	margin: 0px;
	
}

div#contentframe {
	position: absolute;
	top: 140px;
	right: 40px;
	
	width: 590px;
	height: 520px;
	background-image: url('../imgs/light-trans.png');
	
	display: none;
    overflow: none;
}

div#homeframe {
	position: absolute;
	top: 480px;
	right: 40px;
	
	width: 590px;
	height: 180px;
	background-image: url('../imgs/light-trans.png');
}

div.content {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 570px;
	height: 500px;
	
	display: none;
    overflow: none;
	
}


div.home {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 570px;
	height: 160px;
	
	
}

div#foto-vorige {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 26px;
	height: 29px;
}

div#foto-volgende {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 26px;
	height: 29px;
}

p.centerfoto {
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	
img.floating-inline {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

