body, html {
margin: 0px 0px; margin: 0px;
background-color: #001941;
overflow: hidden;
}

.wrapper {
position: absolute;
width: 1570px; height: 95%;
padding-bottom: 35px;
left: 50%; margin-left: -785px;
}
.side_left {
position: absolute;
width: 340px; height: 1080px;
left: 65px; top: 0px;
background-image: url(../images/left_image.jpg);
}
.side_right {
position: absolute;
width: 340px; height: 1080px;
right: 65px; top: 0px;
background-image: url(../images/right_image.jpg);
}
.header {
background-image: url(../images/head_image.jpg);
background-repeat: none;
position: absolute;
width: 760px; height: 60px;
left: 50%; margin-left: -380px;
}
.menu {
position: absolute;
width: 760px; height: 25px;
background-color: #000;
top: 60px; left: 50%;
margin-left: -380px;

}
.content {
position: absolute;
left: 457px;
top: 120px;
width: 600px;
}

.bottom_bar {
  position: absolute;
  width: 760px; height: 35px;
  bottom: -10px; left: 405px;
  background-color: #004080;
}

a:link, a:visited, a:active {  color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: underline; color: #FF9900; }

.menu_tekst { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
text-align: center;
padding-top: 6px;
}
