﻿body
{
    margin: 0;
    padding: 0;
    background: #ffffff;
    height: 100%;
    width: 100%;
    line-height: 100%;
}
div
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
    padding: 0;
    margin: 0;
}
.content_area *
{
    font-size: 12px;
}
.content_area
{
    width: 950px;
    height: 550px;
    margin: 0 auto;
}
.page_area
{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: #e1e1e1 url(../images/background.gif) repeat-x bottom center;
}