body {
      background-color:#FFFFFF;
      margin:0px;   
      width:100%
      height:100%
    }
    
    div.main {
      position:absolute;
    	top: 50%;
    	margin:0px;
    	margin-top: -220px;
      width:100%;
      height:500px;
      background-color:#b2b2b2;
      background-repeat: repeat-x;
      background-position: center center;
    }
    
    div.top {
      position:absolute;
    	top: 50%;
    	margin:0px;
    	margin-top: -324px;
      width:100%;
      height:104px;
      background-image:url(top.jpg);
      background-repeat: repeat-x;
      background-position: bottom center;
    }
    
    div.bottom {
      position:absolute;
    	bottom: 50%;
    	margin:0px;
    	margin-bottom: -380px;
      width:100%;
      height:100px;
      background-image:url(bottom.jpg);
      background-repeat: repeat-x;
      background-position: top center;
    }
    
    div.topMenu {
      position: absolute;
    	bottom: 8px;
      right: 50%;
    	margin-right: -490px;
    	font-family: courier, serif;
    	font-size: 10px;
    }
    
    .tekst{
    	font-family: courier, serif;
    	font-size: 12px;
    }
    
    a{
    	font-family: courier, serif;
    	font-size: 12px;
    	
    }
    
    div.bottomMenu {
      position: absolute;
    	top: 8px;
      right: 50%;
    	margin-right: -490px;
    	font-family: courier, serif;
    	font-size: 10px;
    }
    
    img.logo {
      position: absolute;
    	bottom: 0px;    	
    	left: 50%;
    	margin-left: -490px;
    }
    
    a {
      color:black;
      text-decoration: none;
    }
    
    a:hover {
      color:black;
      text-decoration: underline;
    }

    .darkness {
      position:absolute;
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      filter:alpha(opacity=83);
      -moz-opacity:0.83;
      -khtml-opacity: 0.83;
      opacity: 0.83;
      background-color:black;
      display:none;
    }
    
    .transparant {
      filter:alpha(opacity=30);
      -moz-opacity:0.2;
      -khtml-opacity: 0.2;
      opacity: 0.2;
      cursor:pointer;
    }
    
    .transparant2 {
      filter:alpha(opacity=85);
      -moz-opacity:0.85;
      -khtml-opacity: 0.85;
      opacity: 0.85;
    }
    
    .transparant3 {
      filter:alpha(opacity=50);
      -moz-opacity:0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7;
      cursor:pointer;
    }
    
    .overlay{
      position:absolute;
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      display:none;
    }
