html {
overflow-y: scroll;
}

body {
background-color: #e9e9e5;
text-align: center;
margin: 0px 0px 0px 0px;
font-family: Arial;
}
#main {
display: block;
width: 950px;
margin-top: 0;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#top {
width: 950px;
height: 150px;
margin: 0px 0px 0px 0px;
border: none;
text-align: center;
}
#logo_top {
width: 542px;
height: 82px;
border: none;
margin: 35px 0px 0px 0px;
}
#content {
width: 950px;
background-color: #ffffff;
background-image: url(../images/content_bg.jpg);
background-repeat: no-repeat;
background-position: top left;
}
#indhold {
background-color: #ffffff;
width: 775px;

}
#left {
width: 230px;
height: 380px;
float:left;
margin: 45px 0px 0px 40px;
}
#right {
width: 630px;
float:left;
margin: 45px 0px 50px 0px;
text-align: justify;
}
#bottom {
display: block;
width: 950px;
padding-bottom: 100px;
background-image: url(../images/bottom_bg.jpg);
background-repeat: repeat-x;
background-position: top;
text-align:center;
color: #585840;
font-size: 11px;
font-weight: normal;
margin-bottom: 10px;
}
#bottom a {
color: #585840;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}
#bottom a:hover {
color: #212100;
text-decoration: none;
}
#frontpage_bottom {
text-align:center;
font-size: 13px;
line-height: 20px;
color: #585840;
}
#frontpage_bottom a {
color: #585840;
font-size: 13px;
font-weight: normal;
text-decoration: none;
}
#frontpage_bottom a:hover {
color: #212100;
text-decoration: none;
}
#include_container {
float:right;
width: 190px;
margin: 0px 0px 50px 30px;
display: block;
}