

div.wrapper
{
    margin: 0 auto;
    height: 100%;
    width: 100%;
    width: 1024px;
}

div.header
{
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-bottom: 1px solid black;
    text-align: center;
    padding-top: 30px;
}

div.menu
{
    
    float: left;
    padding: 20px 0px 0px 20px;
    width: 150px;
    min-height: 480px;
    background: #FFFFFF;
 
}

div.content
{
    padding: 20px 0px 0px 20px;
    float: left;
    min-width: 601px;
    min-height: 480px;
    background: #FFFFFF;
    text-align: center;
    border-left: 1px solid black;   
    width: 874px;
}

div.footer
{
    width: 100%;
    height: 100px;
    clear: both;
    text-align: center;
    background: #FFFFFF;
}

a.btn
{
    margin: 2px 0px 2px 0px;
    
}



div.tmenu{
    
    background: red;
    display: inline-block; 
    text-align: center;
}





input.clean{
    
     border: 0px; 
  outline:none;
}



  
        span {
     cursor:pointer;
     
     
}



.clean  {
            
     all:initial;       
            
        }