/*den division, der får siden til at stå centreret uanset skærmstørrelse*/
#maincontent{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-450px;			
	width:900px;	
	
}

#container{
  background: #fff;
  width:100%;
  border:1px solid #99ACB3;
}

/*toppen*/
#maintop{
float:left;
height:125px;
width:900px;
background-color:#fff;
top:0px;
background-image:url(http://www.algeciras.dk/res/images/banner.jpg);
background-repeat:no-repeat;
}

/*divisions til indhold*/
#leftcontent{
float:left;
top:140px;
left:10px;
width:160px;
background-color:#FEFFFA;
}

#content{
float:right;
top:140px;
left:170px;
width:730px;
background-color:#FEFFFA;
}

.clearing {
  height: 0;
  clear: both;
}

#footer{
float:left;
width:100%;
border-top:1px dotted #99ACB3;
clear: both;
}

#footer2{
float:left;
width:100%;
height:25px;
clear: both;
}
