body {
    background: #eee;
}

.top-space {
    height: 360px;
}

.logo {
    text-align: right;
    height: 190px;
}

.text {
    height: 190px;
    padding-top: 20px;
    border-left: 2px solid #f60;
}

.text div {
    font-size: 18px;
    padding: 10px 0;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 2px solid #FF6600;
    background: #999;
    text-align: center;
    padding: 30px;
    margin-bottom: 0;
}

.nav-bottom {
    text-align: center;
    position: fixed;
    bottom: 135px;
    width: 100%;
}

.nav-bottom a {
    background: #00afc8;
    color: #fff;
    padding: 3px 6px 6px 6px;
    margin: 3px;
    border: 1px solid #07a0b8;
    border-radius: 3px;
}

.nav-bottom a:hover {
    background: #05c6e4;
    border-color: #00afc8;
}