    html, body {
        height:100%;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 90%;
        margin:0; 
        padding:0;
        background: url(/images/bg.gif);
    }

    A, A:hover {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        text-decoration: underline; 
        color:#30A9E1;
    }

    A:hover {
        text-decoration: none; 
    }

    #all {
        overflow: auto;
        width:100%;
        height:100%;
        background: url(/images/top_bg.gif) top left repeat-x;
    }


    #header {
        overflow:hidden;
    }

    h1 {
        background: url(/images/logo.gif) top left no-repeat;
        margin: 24px 0 0 53px;
        padding: 0;
        width: 142px;
        height: 59px;
        clear: left;
        float: left;
    }

    h1 a {
        margin: 0;
        padding: 0;
        width: 142px;
        height: 59px;
        text-indent: -700em;
        overflow:hidden;
        white-space: nowrap;
        display: block;
    }
    #intro{
        width:390px;
        float: left;
        margin:21px 0 0 52px;
        line-height:1em;
    }
    #intro span{
        color:#E6E6E6;
        background:#4A4E59;
        font-size:12px;
    }
    strong{
        margin: 15px 0 0 44px;
        padding: 0;
        width: 251px;
        height: 72px;
        text-indent: -700em;
        overflow:hidden;
        white-space: nowrap;
        display: block;
        float: left;
        background: url(/images/slogan.gif) top left no-repeat;
    }





    #text{
        width:871px;
        border:1px dashed #5C616F;
        color:#FFFFFF;
        font-size:12px;
        margin:47px 0 0 51px;
        padding:8px 10px;
    }
    a img{
        
    }


    #main_banners {
        overflow: hidden;
    }

    #main_banner_make{
        margin:33px 0 0 11px;
        float:left;
    }
    #main_banner_host{
        margin:55px 0 0 36px;
        float:left;
    }
    #main_banner_domains{
        margin:13px 0 0 0;
        float:left;
    }


    #bottom{
        overflow: auto;             
        margin:34px 0 0 53px;
        padding:15px 0 0 0;
        width:891px;
        height:61px;
        border-top:1px dashed #5C616F;
        font-size:12px;
    }
    #copyright{
        width:187px;
        height:39px;
        color:#FFFFFF;
        padding-top:5px;
        border-right:1px solid #5C616F;
        clear:left;
        float:left;
    }
    #contacts{
        float:left;
        margin-left:45px;
        width:177px;
        height:39px;
        color:#FFFFFF;
        padding-top:5px;
        border-right:1px solid #5C616F;
        line-height:1.3em;
    }
    #icq{
        padding-left:20px;
        background: url(/images/icq.gif) top left no-repeat;
    }
    #mail{
        padding-left:20px;
        background: url(/images/mail.gif) bottom left no-repeat;
    }
    #counters{
        float:right;
        padding-top:7px;
    }
    #table{
        width:891px;
        margin:48px 0 195px 53px;
        color:#E6E6E6;
    }
    #table td{
        padding:7px 10px;
    }
    #table span{
        color:#FFFFFF;
        font-weight:bold;
    }
    
.c{
    display: block;
    clear:both;
    height: 0;
    font-size: 0px;
    overflow: hidden;
}