#header {
    clear: both;
    height: 126px;
}

#header .slogan {
    margin-left: 49px;
    line-height: 9px;
    color: #4d4d4d;
    font-size: 12px;
}

#menu {
    height: 68px;
    margin-top: 9px;
    font-size: 18px;
    float: right;
}

#menu a, #menu span, #menu div{
    float: left;
}

#lb, #rb {
    width: 35px;
    height: 68px;
    background-image: url(../img/menu.png);
}

#rb {
    background-position: 35px 0;
}
#menu a, #menu span{
    display: block;
    padding: 10px 20px 0 20px;
    height: 58px;
    max-width: 120px;
    background: #c0c0c0;
}

#menu a:hover {
    background: #cccccc;
}

#menu span {
    background: #d7d7d7;
}

#footer {
    position: relative;
    margin-left: 14px;
    height: 57px;
    clear: both;
    color: #858585;
    font-size: 11px;
    letter-spacing: -0.03em;
    line-height: 13px;
}

#footer a {
    color: #608ea6;
}

#info {
    width: 210px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 41%;

}

#dev {
    width: 100px;
    height: 31px;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
}


