/* boxes */
#header-logo {
    background: url(../img/header-logo.jpg) no-repeat left top;
    float: left;
    height: 177px;
    width: 645px;
}

#header-moon {
    background: url(../img/header-moon.jpg) no-repeat left top;
    float: left;
    height: 177px;
    width: 355px;
}

#content-title {
    background: url(../img/content-title.jpg) no-repeat left top;
    float: left;
    height: 60px;
    padding: 25px 50px 0 50px;
    width: 900px;
}

#content-text {
    float: left;
    padding: 0 50px 20px 50px;
    width: 900px;
}

/* others */

