html
    {
    overflow-x:hidden
}
body 
    {
    font-family:Lucida Sans;    
    margin: 0px;
    background: lightgray;
}
/* main toolbar */
.MALECKTECH_TOOLBAR
    {
    background: #242424;
    background: -moz-linear-gradient(top, #242424 0%, #121212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #121212));
    background: -webkit-linear-gradient(top, #242424 0%, #121212 100%);
    background: -o-linear-gradient(top, #242424 0%, #121212 100%);
    background: -ms-linear-gradient(top, #242424 0%, #121212 100%);
    background: linear-gradient(to bottom, #242424 0%, #121212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#121212', GradientType=0);
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #333333;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 99999999999;
}