﻿body
{
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background-color: #4b6a31;
    margin-top: 20px;
}
#container
{
    margin: 0 auto;
    border-bottom: white thin solid;
    border-left: white thin solid;
    border-top: white thin solid;
    border-right: white thin solid;
    width: 980px;
    height: auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
