body { 
  background: url(img/wfbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  font-family:Verdana, Geneva, sans-serif;
font-size:0.875em;
}

a:link {
    text-decoration:underline;
    font-family:Verdana, Geneva, sans-serif;
    font-size:0.875em;
    color: #ffffff;
}
a:visited {
    text-decoration:underline;
    font-family:Verdana, Geneva, sans-serif;
    font-size:0.875em;
    color: #ffffff;
}
a:hover {
    text-decoration:underline;
    font-family:Verdana, Geneva, sans-serif;
    font-size:0.875em;
    color: #ffffff;
}
a:active {
    text-decoration:underline;
    font-family:Verdana, Geneva, sans-serif;
    font-size:0.875em;
    color: #ffffff;
}

#menu {
    z-index: 2;
    background-color: #000000;
    background-image: url("img/menubg.png");

    position: fixed;
    left: 0px;
    top: 100px;
    height: 70px;
    width: 100%;

}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 350px;
}

#menu ul li a {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:16pt;
    color: #ffffff;
    text-decoration:none;
    
    background-image: url(img/headmenuline.png);
    background-repeat: no-repeat;
    background-position: right;
    

display: block;
line-height: 70px;

    
}

#menu ul li:hover{
    display: inline;
    float: left;
    background-color: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);

    
}

#menu ul li {
    display: inline;
    float: left;
}


#headbutton {
  background-image: url("img/headmenuline.png");
  width: 2px;
  padding-left: 10px;
  
}

#menu td {

    cursor: pointer;

}

#logo {
z-index: 3;
position: fixed;
top: 50px;
left: 100px;
width: 200px;
    
}

#base {
   
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow-x: scroll;
    color: #ffffff;
    
}

#textTopHead{
    
    font-family:Verdana, Geneva, sans-serif;
    font-size:16pt;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

#textUnderHead{
    
    font-family:Verdana, Geneva, sans-serif;
    font-size:14pt;
    color: #ffffff;
    font-weight: bold;
}