a {text-decoration:none}
 
* { margin: 0pt;
    padding: 0pt;
    }

  body, html { width: 100%;
    height: 100%;
    overflow: hidden;
    }

  #bgImg { border: 0pt none ;
    position: absolute;
    top: 0pt;
    left: 0pt;
    z-index: 1;
    }

  #bodyDiv { position: absolute;
    top: 0pt;
    left: 0pt;
    z-index: 2;
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    }
		
	#header_container {
    position:fixed;
    top:0; left:0; right:0;
    text-align:center;
    margin:0;
    height:13%;
    z-index:4;
}
	

  #scroll { position: absolute;
    z-index: 5;
    left: 30px;
    top: 0pt;
    width: 56%;
    }

  #scrollup { position: absolute;
    z-index: 6;
    top: 2px;
    right: 2px;
    }

  #scrolldown { position: absolute;
    z-index: 6;
    bottom: 2px;
    right: 2px;
    }
	select {border: 1px solid #660000; color: #ddccaa;
	}
.main {background: #ddccaa; color: #660000;
}

a.picture:hover { background: rgb(255, 255, 255) none repeat scroll 0%;-moz-background-clip: initial;
-moz-background-origin: initial;
-moz-background-inline-policy: initial;
text-decoration: none;
}
a.picture span { visibility: hidden;
position: absolute;
left: 3em;
margin-top: 5em;
text-decoration: none;
}
a.picture:hover span { border: 2px solid rgb(51, 0, 0);
background: rgb(255, 255, 255) none repeat scroll 0%;
visibility: visible;
color: rgb(0, 0, 0);
-moz-background-clip: initial;
-moz-background-origin: initial;
-moz-background-inline-policy: initial;
text-decoration: none;
}


