::-webkit-scrollbar{
 width:10px;
}
::-webkit-scrollbar-thumb{
 border-width:1px 1px 1px 2px;
 background-color: #c2d7ec;
}
::-webkit-scrollbar-track{
 border-left: 1px solid #6b7b8b;
 background-color: #222;
}

body {
 padding: 0;
 margin: 0; 
 color:#6b7b8b; 
 font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
 font-size: 11px;
 font-weight: normal; 
 background: url(/bg.jpg) no-repeat top left #060606;
 cursor: url('/cursor.cur'), default!important; 
}

.code{margin:0 5px;padding:0px 5px;border:1px solid #6b7b8b;background-color:#222;border-radius:3px;font-weight:bold}
a{
 cursor: url('/cursor.cur'), default!important; 
}
/* General Style */
h1 {font-weight: normal;font-family: tahoma;color:#6b7b8b;}
h2 {padding: 0;margin: 0;font-size: 15px;font-weight: bold;font-family: tahoma;color:#6b7b8b;}
a {text-decoration:none; color:#6b7b8b;}
a:hover {text-decoration:none; color:#c2d7ec;}

#footer {
 font-size: 11px; 
 bottom: 3px;
 right: 3px;
 position: fixed;
 z-index: 5;
}
#block_content{
 font-size: 14px; 
 padding: 10px 25px 0 25px;
 width: 600px; 
 margin: 150px auto; 
}