    body  { 
            background: #000;
            color: #fff;
            font-size: 12px;
            font-family: Tahoma;
            font-weight: bold;
            background: #474747 url(./img/bg.jpg) repeat-x fixed;
            margin: 0;
            padding: 0; }       

    #top { 
            width: 100%;
            height: 80px;
            cursor: pointer;
            background: #000 url(./img/head.gif) no-repeat; }
            
    #left { 
            float: left;
            width: 156px;
            text-align: left;
            margin: 0 0 20px 5px;
            padding-top: 5px;
            border-top: 5px solid #fff; }        
            
    #center { 
            display: none;
            float: left;
            padding-top: 5px;
            margin: 0 20px;
            border-top: 5px solid #fff; }
            
    #loading {             
            float: left;
            padding-top: 5px;
            margin: 0 20px;
            border-top: 5px solid #fff; }            
            
    #right { 
            display: none;
            float: left;
            padding-top: 5px;
            width: 150px;
            border-top: 5px solid #fff; }                     
            
    #bottom { 
            display: none;
            clear: both;
            width: 156px;
            margin: 10px 5px;
            padding: 5px 0;
            border-top: 1px solid #fff; }
            
    #set { 
            margin: 0 0 10px 0;
            width: 156px;
            border-bottom: 1px solid #fff;
            cursor: pointer; }
            
    #set_active { 
            margin: 0 0 10px 0;
            width: 156px;
            border-bottom: 1px solid #fff;
            background: #fff;
            color: #000;
            cursor: pointer; }            
                 
    .img { 
            margin: 0 0 5px 0;
            border: 20px solid #fff; }                        
                
            
    a:link    { color:#fff; text-decoration: none; }
    a:visited { color:#fff; text-decoration: none; }
    a:hover   { color:#fff; text-decoration: none; }
    a:active  { color:#fff; text-decoration: none; }                       