/* CSS Document */

#header{
    width:100%;
    height:80px;
    border-bottom: 1px solid #eee;
}

#header a.logo{
    width: 1100px;
    margin: auto;
    padding-top: 25px;
    display: block;
}