html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#e0e0e0;
	background-image: url(billeder/bg.jpg);
	background-repeat: repeat-x;
	color: #444444;
	font-weight:normal;
	text-decoration:none;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
#wrapper {
	top: 0px;
	height: 100%; 
	width: 900px; 
	margin: 0px auto 0px auto;
	text-align: center;
	}
#forside {
	position: relative;
	height: 800px; 
	width: 900px;
	background-image: url(billeder/forside.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #444444;
	font-weight:normal;
	text-decoration:none;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
#kids {
	position: relative;
	display: block;
	height: 800px; 
	width: 438px;
	float: right;
}
#adults {
	position: relative;
	display: block;
	height: 800px; 
	width: 462px;
	
	float: left;
}
img {
	border: 0px;
}
#backlink {
	position: relative; 
	text-align: center;
	width: 900px;
	height: 15px;
	color: #ededed;	
}

#backlink a {
	color: #aaaaaa;
	text-decoration: none;
}

#backbacklink {
color: #aaaaaa;
}
#anniversary {
	position: relative;
	display: block;
	height: 800px; 
	width: 71px;
	float: left;
		margin-left: 320px;
	margin-top: -284px;
	}
