﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    height: 100%;
}
#mainDiv
{
    width: 1000px;
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-x;
    background-image: url(Images/bg-body.png);
    
}
#center
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    background-color: Transparent;
    text-align: center;
    text-align:justify;
    position:relative; 
}
#header
{
    text-align: left;
    background-color: Transparent;
    width: 970px;
    float: left;
    height: auto;
}
#maincontent
{
    text-align: left; /*  background-color: Transparent;*/
    width: 970px;
    clear: both;
    float: left;
    height: auto;
}
#footer
{
    text-align: left;
    background-color: Transparent;
    width: 970px;
    clear: both;
    float: left;
    height: auto;
}
img.corner
{
    border: none;
    display: block !important;
}
