#header{
    background:url('/images/layout/header.png') #99ffff repeat-x 0 30px;
}
#logo{
    background: url('/images/logo.gif') left top no-repeat;
    height: 150px;
    width:350px;
}
#header-left{
    float:left;
    overflow: hidden;
}
    #search{
        padding-top:100px;
    }
#header-right{
    float:right;
    padding-right: 50px;
}
#auth{
    padding-right:20px;
    padding-top:50px;
}
.left{
    float:left;
}
.right{
    float:right;
}