body
{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    margin: 0; 
    min-width: 1800px; 
    min-height: 900px; 
    z-index: 0;
}

.Head
{
    width: 100%; 
    height: 80px; 
    background-color: rgb(0, 112, 107);
}

.Head img
{
    width: 60px; 
    height: 60px; 
    margin-top: 10px; 
    margin-left: 30px; 
    vertical-align: top;
}

.Head h
{
    font-size: 20px; 
    font-weight: bold; 
    color: white; 
    line-height: 80px; 
    margin-left: 15px;
}

.ReminderStyle
{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -200px;
    margin-top: 100px;
    width: 400px;
    height: 80px;
    background-color: #F2F9F8;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    display: none;
}

.ReminderStyle > span
{
    font-size: 20px;
    font-weight: bold;
}

.Body
{
    position: absolute; 
    width: 100%; 
    height: 500px; 
    top: 50%; 
    margin-top: -250px;
}

.Foot
{
    position: absolute; 
    width: 100%; 
    height: 60px; 
    bottom: 0; 
    background-color: rgb(105, 104, 104);
    text-align: center; 
    line-height: 60px;
}

.Foot h
{
    font-style: 20px; 
    font-weight: bold; 
    color: white;
}
