body {
 height: 100%;
 margin: 0 0 0 0;
 padding: 0px;
 overflow: -moz-scrollbars-vertical;
}

#container {
 width: 850px;
 min-height: 600px;
 border: 0; 
 margin-top: 0; 
 margin-left: auto; 
 margin-right: auto;
}

#core_container { 
 position: relative; 
 top: 0px; 
 left: 0; 
 right: 0; 
 width: 850px; 
 min-height: 600px;
 height: auto;
}

#header_container {
 width: 850px;
 height: 404px;
 background-color: #00aeef;
 background-repeat: no-repeat;
}

#header_container_content {
 width: 850px;
 height: 202px;
 background-color: #00aeef;
 background-repeat: no-repeat;
}

#button_container {
 float: left;
 top: 404px;
 left: 0px;
 width: 850px; 
 height: 25px;
 background-color: #00aeef;
}

#content_container {
 position: absolute;
 float: left;
 top: 428px;
 left: 0px;
 width: 710px; 
 min-height: 227px;
 height: auto;
 padding-left: 70px;
 padding-right: 70px;
 padding-top: 30px;
 padding-bottom: 30px;
 background-color: #00aeef;
}

#content_container_next {
 position: absolute;
 float: left;
 top: 227px;
 left: 0px;
 width: 780px; 
 min-height: 352px;
 height: auto;
 padding-left: 30px;
 padding-right: 40px;
 padding-top: 30px;
 padding-bottom: 30px;
 background-color: #00aeef;
}

#content_container_tekst {
 position: relative;
 top: 0px;
 float: right;
 width: 470px; 
 height: auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #770f54;
 background-color: #00aeef;
 line-height: 20px;
 font-weight: 400;
}

#content_container_button {
 position: absolute;
 top: 0px;
 float: left;
 padding-left: 65px;
 text-align: center;
 width: 140px;
 padding-top: 50px; 
}

#content_container_foto {
 position: absolute;
 top: 160px;
 float: left;
 text-align: center;
 width: 220px;
}

a:link {
	color: #770f54;
}
a:visited {
	color: #770f54;
}
a:hover {
	color: #770f54;
}
a:active {
	color: #770f54;
}
