﻿body
{
    height: 100%;
    background: #632523; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Calibri,Verdana,Sans-Serif;
    padding:0px,0px,0px,0px;
    margin:0px,0px,0px,0px;
}

table
{
    width: 100%;
    text-align: center;
}

span
{
    color: White;
}

.content
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header
{
    font-family: Georgia, serif;
    font-size: 250%;
    color: White;
    text-align: center;
}

.subheader
{
    color: White;
    font-size: 200%;
    background: #953735;
    text-align: center;
}

.main
{
    color: White;
    font-size: 150%;
}

.bottom
{
    color: White;
    font-size: 150%;
    height: 220px;
    vertical-align: bottom;
    background-image: url('Images/World.png');   
    background-repeat: no-repeat;
}

