#errorbox {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 700px;
    transform: translateX(-50%);
}

#footer {
    background-color: teal;
    color: white;
    height: 25px;
    line-height: 25px;
    position: fixed;
    bottom: 0;
    z-index: 1030;
    right: 0;
    left: 0;
}

#cnt {
    position: relative;
}

.logo {
    position: absolute;
    height: 100%;
    width: 40%;
    left: 0%;
}

.content {
    position: absolute;
    padding: 7% 0;
    top: 50%;
    width: 50%;
    right: 0%;
}

#copyright {
    text-align: right;
}
