nav {
    background-color: #e8930c;
}

div {
    width: 800px;
    margin: auto;
}

#head-top,
#head-bottom,
#content,
#foot-top,
#copyright {
    background-color: #0dc8ff;
}

#head nav.meta-navigation {
    float: right;
}

#head-top,
#head-bottom {
    margin-top: 15px;
}


#key-visual {
    float: right;
}

#content {
    margin-top: 25px;
}

#foot-top,
#copyright {
    margin-top: 20px;
}

#logo {
    float: left;
}

#navigation {
    float: left;
}

#print {
    float: left;
}

#foot-top nav.meta-navigation {
    float: right;
}

.clear-float {
    clear: both;
}