/* CSS Document */
body {
padding: 0; margin: 5;
margin-top: 5px; margin-left: 30px;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
background-color:#d6dbe3;
background-repeat: no-repeat;}


<style type="text/css">

body {
  margin: 0px;
  padding: 0px;
}

#centrering {width: 760px; margin-right: auto; margin-left: auto; margin-top: 5%;}



#header {
  background: #d6dbe3;
  width: 760px;
  height: 108px;
}
#leftcol {
  background: #abb5c3;
  float: left;
  width: 140px;
  height: 600px;
  
 }
 #rightcol {
  background: #abb5c3;
  float: right;
  width: 140px;
  height: 750px;
}
#content {
  background: #fff;
  float: left;
  width: 610px;
  height: 19250px;
}
#footer {
	background: #DBE8EA;
	clear: left;
	width: 760px;
	height: 0px;
}

</style>
