html {
    height: 110%;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
}

.menPoint {
    margin: 5px;
}

article {
    margin: 180px 20px 50px 20px;
}

#logo {
    height: 75px;
    margin: 5px;
    transition: all .3s;
}

#timeDiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #555;
    text-align: right;
    margin-right: 10px;
    height: 20px;
}

footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #FFF;
    z-index: 20;
}