﻿body 
{
    font-family:Arial;
    background:url(/images/clouds.jpg) top center no-repeat;
    background-attachment:fixed;
}
.MainWrapper
{
    width:940px;
    border:0px solid black;
}
.Logo
{
    background:url(/images/logo.png) no-repeat;
    height:70px;
    width:450px;
    float:left;
        border:0px solid black;
}
.Address
{
    background:url(/images/Address.png) no-repeat;
    height:31px;
    width:345px;
    float:right;
    margin-top:50px;
    font-size:11px;
    padding-top:9px;
        border:0px solid black;
}
.MainWindow
{
    background:url(/images/MainWindow.png) no-repeat;
    width:950px;
    height:395px;
        border:0px solid black;
}
.MainContent
{
    position:absolute;
    width:445px;
    border:0px solid black;
    height:272px;
    top:167px;
    margin-left:21px;
    padding:15px;
    text-align:left;
        border:0px solid black;
}
.Menu
{
    /*border:1px solid black;
    margin-top:150px;
    width:940px;
    height:45px;
    text-align:center;*/
}
.ClientSample
{
    margin-top:15px;
    width:947px;
    height:280px;
        border:0px solid black;
}
.ClientSampleText
{
    padding:10px;
    position:absolute;
    z-index:1000;
    font-weight:bold;
    font-size:24px;
    
}
.Copyright
{
    padding-top:11px;
    margin-top:15px;
    width:949px;
    height:39px;
    background:url(/images/copyright.png) no-repeat;
    
}
