#head {	
padding-left: 0px; padding-right: 0px; margin: 0 0 0 0; padding-bottom: 10px;			padding-top: 10px;
			background-color: #FFFFFF;
		}
		#head img {
			text-align: center;
		}

body {
   margin: 0;
   font-family: arial, helvetica;
}

#backgroundarea {
   height: 300px;
   width: 100%;
   background: #31649b;
}

#backgroundimage {
   position: absolute;
   top: 50px;
   left: 100px;
   width: 800px;
   height: 400px;
   background: url(/stylefile/uppsala.png) no-repeat;
}

#mainmenu {
   position: absolute;
   top: 0px;
   left: 300px;
   width: 580px;
   height: 30px;  
   background: white;
   padding: 10px;
   text-align: right;
}

#maintitle {
   position: absolute;
   left: 200px;
   top: 65px;
   color: black;
   font-size: 2.4em;
}   


#maincontent {
   position: absolute;
   top: 197px;
   left: 368px;
   width: 510px;  
   border: 1px solid white;
   padding: 10px;
   background: white;
}

#banner {
   position: absolute;
   top: 450px;
   left: 100px;
   width: 246px;
   border: 1px solid white;
   padding: 10px;
}


