* {
  padding: 0;
  margin: 0;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;

} 

body { 
  font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;  
  background-color: #00010C;
  background: url(img/1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
  color: #666666;
}
a:hover { color: #811; }

#wrap 
{
  margin: 20px auto;
  width: 700px;
  padding: 10px;
  background-color: rgba(225,225,225,0.95)

}

#header 
{
  height : 90px;
  border: 1px solid #000000;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  
}


#header img { padding-right: 10px; float: left; }


#menu {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
  font-size : 14px;
  font-weight: 800;
  border: 1px solid #bbb; 
  background: #ddd;
  border-top-right-radius:10x;
  border-top-left-radius:10px;
  border-bottom-right-radius:10x;
  border-bottom-left-radius:10x;

}

#menu a {
  color : #777777;
  text-decoration : none;
  padding: 10px;
}
#menu a:hover {
  color : #811;
}

#content { 
  text-align: left;
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #bbb;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;

}
#content h2 { font-size: 15px; color : #811; }
#content ul { padding: 14px; }


#downloadbox {
  font-size: 12px;
  text-align: center;
  border: 1px solid #bbb; 
  background: #ddd;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;

}

#configbox {
  border: 1px solid #bbb; 
  background: #ddd;
  padding: 10px;
  padding-bottom: 0px;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;

}

#changesbox {
  border: 1px solid #bbb; 
  background: #ddd;
  padding: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;

}

#footer { 
  margin-top: 0px; 
  clear: both;
  text-align: center; 
  color: #777; 
}

::-webkit-scrollbar {
height:12px;
border:1px solid #FFF;
background: #000000;opacity:0.6}
::-webkit-scrollbar-thumb{
border:1px solid #666;
border-radius:7px;-moz-border-radius:7px;-o-border-radius:7px;-webkit-border-radius:7px;
background: rgb(86,53,128);
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(100,100,100,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(100,100,100,1)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(100,100,210,1) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(100,100,100,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(100,100,100,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%, rgba(155,155,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}

