﻿@Import url('reset.css');
html, body, form
{
    height: 100%;
}
body
{
    background: #FFF;
    color:#000000;
    text-align:center;
    font-family: Times New Roman, Georgia, Verdana;
    font-size:.9em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
#container
{
    width: 940px;
    text-align: center;
    margin: 0 auto;
}