
head, body {
   margin: 0;
   padding: 0;
   font: normal 15px "Verdana", "Tahoma", "Bitstream Vera Sans", "Arial", sans-serif;
   line-height: 24px;
   background-color: #f9fcff;
}
#container {
   background: #f0f0f0;
   border-left: 1px #ccc solid;
   border-right: 1px #ccc solid;
   min-height: 1000px;
   width: 777px;
   margin: auto;
}

a {
   color: #922;
}

#header {
   height: 150px;
   background: #551111 url(img/bgh.jpeg);
   border-bottom: 1px #444 solid;
   color: #fff;
   padding: 10px;
}
#header h1 {
   font-size: 48px;
}
#menu {
   width: 100%;
   height: 50px;
   position: absolute;
   top: 110px;
}
#menu a {
   float: left;
   display: block;
   background: url(img/button.png) no-repeat;
   width: 110px;
   height: 55px;
   margin: 10px;
   min-height: 50px;
   color: #777;
   text-decoration: none;
   padding: 5px;
   text-align: center;
   font-size: 12px;
   line-height: 16px;
   height: 46px;
   font-weight: bold;
}
#menu a.current {
   color: #fff;
}
#menu a:hover {
   color: yellow;
}


#content {
   clear: both;
   padding: 20px;
}


code {
   display: block;
   background: #e0e0e0;
   border: 1px solid #c0c0c0;
   border-width: 4px 1px 1px 10px;
   padding: 5px;
   font-size: 16px;
   line-height: 16px;
}
code del {
   display: hidden;
   visibility: yes;
   text-decoration: none;
   color: #262;
}
code ins {
   color: #400;
   text-decoration: none;
   font-weight: bold;
}


dl {
}
dt {
   width: 100px;
   text-align: right;
   color: #500;
}
dd {
   font-color: #222;
   padding-left: 100px;
   margin-left: 20px;
   position: relative;
   top: -24px;
}

dl dl { font-size: 80%; }
dl dl dt { color: #003; }



.download {
   margin: 10px 10px 10px 30px;
   padding: 25px;
   background: #e0ece0;
   border: 1px solid #d0e2d0;
   width: 60%;
   font: 120%;
}
