/* CSS Document */

a {
color: #ffffff;
text-decoration: none;
}

#midden {
background-color: #ffffff;
position: absolute;
left: 50%; 
margin-left: -400px;
width: 800px;
height: 600px;

z-index: 6
}

#tekst {
font: 10px verdana;
color: #333333;

position: absolute;
top: 50%;
left: 50%;
margin-top: 260px;
margin-left: -400px;

z-index: 1;
}
#footer {
background-color: #ffffff;

position: absolute;
top: 50%;
left: 50%; 
margin-top: -600px;
margin-left: -400px;
width: 800px;
height: 30px;

z-index: 7
}


