﻿@import "common.css";
#container
{
    background:url(../images/bg/bgCommon.jpg) no-repeat;
}

#title
{
    top:163px;
    right:277px;
    position:absolute;
}

#title.terms
{
    background:url(../images/title/terms.jpg) no-repeat;
    width:169px;
    height:21px;
}

#content
{
    text-align:left;
    width:568px;
    height:322px;
    position:absolute;
    top:220px;
    left:220px;    
    overflow:auto;
}

