html,body{
    margin:0 !important;
    padding:0 !important;
    height:100%;
}

body{
    background:#FFF;
    font-family:'Helvetica','Arial','Sans-Serif';
    color:#ccc;
}

.wrapper{
    width:1024px;
    margin:0 auto;
    position:relative;
}

.clearer{
    clear:both;
}


#content{
    padding:0;
}

.left,.right{
    float:left;
}
.left{
    width:1024;
    margin-right:15px;
}

.right{
    width:145px;
}
