body {
padding: 0;
font-family: system, sans-serif;
margin: 0;
padding: 0;
}
a { color: #121212; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline }
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}
.topdiv {
width: 450px;
height: 80px;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
background-color: #777777;
border-left: black 1px solid;
border-right: black 1px solid;
border-top: black 1px solid;
border-bottom: black 1px solid;
}

.skugga {
width=450px;
padding: 0px;
height: 30px;
background-image: url('skugga.png');
background-repeat: repeat-x;
background-color: FFFFFF;
text-align: center;
border-left: black 1px solid;
border-right: black 1px solid;
}
.main {
width=440px;
padding: 5px;
height: 420px;
background-color: #FFFFFF;
border-left: black 1px solid;
border-right: black 1px solid;
}
.copyriot {
width=440px;
padding: 0px;
height: 20px;
background-color: #FFFFFF;
text-align: center;
border-bottom: black 1px solid;
border-right: black 1px solid;
border-left: black 1px solid;

}



