﻿body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0;
    padding: 0;
    background-color: #669922; /* green background */
}

.wrapper       
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow: visible;
    visibility: visible;
    display: block;
}

.content    
{
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    margin-left: -450px;
    position: absolute;
    top: -300px;
    left: 50%;
    width: 900px;
    height: 600px;
    overflow: hidden;
    visibility: visible;
    padding: 0 5px 5px 5px;
}

#logo
{
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

#footer
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
