@charset "utf-8";
/* CSS Document */

html,body{
margin:0;
padding:0;
height:100%;
border:none;
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
background-image:url(images/bg.jpg);
}

a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover,
a:active{
color: #FFFFFF;
text-decoration:none;
}

#main{
width:995px;
margin: 0 auto;
}

#header{
width:995px;
height:300px;
}

#meny{
width:995px;
height:52px;
}

#box{
width:650px;
height:auto;
padding:10px;
border:solid;
border-width:1px;
border-color:#fc5008;
}

#box2{
width:840px;
height:auto;
border:solid;
border-width:1px;
border-color:#fc5008;
margin: 0 auto;
padding:5px;
}
