body {
    font-size: 20px;
}

.header {
    height: 10%;
    position: absolute;
    width: 99%;
}

.uelogo {
    height: 100%;
    position: absolute;
    width: auto;
}

.uetext {
    height: 100%;
    left: 10%;
    position: absolute;
    text-align: center;
    width: 80%;
    font-size: 15px;
}

.plogo {
    height: 100%;
    left: 90%;
    position: absolute;
    width: auto;
}

.logoheader {
    background-color: #000000;
    height: 20%;
    position: absolute;
    top: 11%;
    width: 99%;
}

.logo {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.front {
    height: 100%;
    position: absolute;
    top: 31%;
    width: 99%;
}

.leftside {
    background-color: #000000;
    color: white;
    height: 100%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 20%;
}

a.leftlink {
    color: aqua;
    font-weight: bold;
}

.leftup_text {
    position: absolute;
    top: auto;
    width: 100%;

}

.leftdown_text {
    position: absolute;
    top: 80%;
    width: 100%;
}

.frontright {
    background-color: #FFFFFF;
    height: 100%;
    left: 20%;
    padding-left: 1%;
    position: absolute;
    width: 79%;
}

.author {
    font-size: 10px;
    position: absolute;
    top: 128%;
}
