#topbar {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   background: url("https://images.cnblogs.com/cnblogs_com/babyzone2004/253070/o_header.jpg") repeat scroll 0 0 transparent;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 3px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 -1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font: 24px/54px 'SteelfishRegular','Yanone Kaffeesatz',sans-serif;
    height: 54px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.container {
    margin: auto;
    width: 600px;
}

#topbar h1 {
    float: left;
    line-height: 24px;
 margin-left: -220px;
color:#912A5F;
}

#menu {
    float: right;
}
ul, ol, dl {
    list-style: none outside none;
}

.clear {
    clear: both;
}

#topbar h1 a {
    color: #FFFFFF;
}
a {
    text-decoration: none;
}

  a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

#menu .icon {
    margin-left: 10px;
    text-indent: -9999em;
    width: 22px;
}

#menu li {
    float: left;
    height: 54px;
    line-height: 54px;
    margin-left: 10px;
}


.footer {
    background-color: #FFFFFF;
    border-top: 1px solid #000066;
    clear: both;
    color: #000066;
    font-size: 11px;
    text-align: center;
  padding: 2px 2px 0 0;
    width: 100%;
}