﻿html,
body 
{
    font-family:Georgia, Arial;
    font-size:12px;
    background-color:#e3e3e3;
    height:100%;
}

#content
{
	width:970px;
	height:400px;
/*	margin-left:auto;
	margin-right:auto;
	margin-top:-200px;*/
	position:absolute;
	left:50%;
	margin-left:-485px;
	top:50%;
	margin-top:-200px;
}

#logo
{
	left:11px;
	top:5px;
	position:absolute;
}

#footer
{
	display:none;
	width:940px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#777777;
	font-size:11px;
	border-top:2px solid #a8a8a7;
	padding-top:2px;
	margin-top:20px;
	line-height:15px;
}