body{
    font-family: Helvetica, sans-serif;
    margin: auto;
    background-color: #E9E9E9;
}

#mainTable {


    min-width: 400px;
    min-height: 700px;
    position: absolute;
    text-align: center;
}

#topRow {
    background-color: #333333;
    border-bottom: 0px;
    border: none;
}

#title {
    color: #f2b043;
    font-size: 33px;
}

a {
    color: #ffffff;
    text-decoration: none;
}   

#bottomRow {
    background-color: #E9E9E9;
    border: none;
    position: relative;
}

#logo {
    width: 200px;
}

#copyright {
    color: #C5C5C5;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}