html{height:100%; width: 100%}
body
 {
font-size:12px;
font-family: Helvetica, Verdana, Arial, sans-serif;
height:100%;
overflow:hidden;
margin:0;
padding:0;
height: 100% color: #FFF;

}
* {padding:0; margin:0}
.dropdown {float:left; text-align: center; color:#FFF}
.dropdown dt {width:90px;  padding:4px;  cursor:pointer; }
.dropdown dt:hover {font-weight: bolder;}
.dropdown dd {text-align: left;position:absolute; overflow:hidden; width:195px; display:none;  z-index:200; opacity:0; }
.dropdown ul {width:80px;  list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:1px; color:#FFF; text-decoration:none;  width:194px}
.dropdown a:hover {font-weight: bolder; color:#FFF}
.dropdown .underline {}

.nodrop, .nodrop:active, .nodrop:visited {text-align: center;float:left; display:block; padding:4px;   color:#FFF; text-decoration:none; width:95px;}
.nodrop:hover {font-weight: bolder}

#fullheight{height:100%; width: 100%; }
#content 
{
height:10%;


}

