﻿body 
{
    color:Black;
    margin-top:0px;
    margin-bottom:0px;
    font-family:Tahoma, Sans-Serif;
    font-size:12px;
}

.whole
{
    clear:both;
    margin:auto;
    width:752px;
    height:900px;
    border-width:0px 1px 0px 1px;
    border-color:Black;
    border-style:solid;
}

.banner
{
    clear:both;
    margin:auto;
    width:750px;
    height:200px;
    
}

.trans
{
    clear:both;
    margin:auto;
    width:750px;
    height:25px;
    background-image:url(images/trans.jpg);
}

.main
{
    clear:both;
    margin:auto;
    width:750px;
    height:300px;
}

.infoleft
{
    float:left;
    width:200px;
    height:300px;
}

.inforight
{
    float:right;
    height:300px;
    width:300px;
}