body {
background-color: white
}

h2 {	
position:  relative;
font-family: Verdana;
font-weight: bold;
text-align: center;
padding-top: 10px;
color: white;
}

#header {
position: relative;
top : 50px;
left:250px;
background-image: url('oslo.jpg');
background-size:1000px 200px;
background-repeat:no-repeat;
height: 200px;
width: 1000px; 
border: 4px solid #666;
border-radius: 40px;
border-color: black;
moz-border-radius: 40px;
webkit-border-radius: 40px;

}

#navbar {
position: relative;
top:10px;
left:50%;
margin-left:-254px;
}

#left{
float: left;
top: 250px;

}

#center{
position: relative;
float: left; 
top: 50px;
left: 150px; 
width: 600px; 
}

#center2{
position: relative;
top: 500px;
left: 150px; 
width: 600px; 
}


ul2{
list-style-type: none;
position:  relative;
margin: -10px;

}

ul{
list-style-type: none;
position:  relative;
margin: -10px;
}

li2 {
position:  relative
display: inline;
border: 2px outset;
font-family: Futura, Tahoma, sans-serif;
color: black;
padding: 5px;
border-radius: 5px 5px;
}


