﻿body {
    background-color: #282828;   
    margin: 0 auto;
}
p {
    font-size: 14px;
    margin: 0 auto;
    color: #a0a0a0;
}
h1 {
    font-size: 22px;
    margin: 0 auto;
    color: white;
}
b {
    color: white;
}
a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#content {   
    background-color: white;       
    height: 100%;
    margin: 0 auto;
    width: 1124px;
}

#top {
    background-color: #0066ca;
    height: 119px;
    position: relative;   
}
#logo {
    position: relative;
    float: left;
    left: 100px;
    top: 40px;
}

#slogan {
    position: relative;
    float: right;
    right: 110px;    
    top: 50px;
}
#cleft {
    float: left;
    width: 40px;
   
    height: 100%;
    position: relative;      
}
#center {
    background-image: url(../Images/bg_main.png);   
     width: 100%;
    min-height: 450px;
     margin: 0 auto;    
}

#center_right {
    margin: 0 auto;
    float: right;
    height: 550px;
    width: 500px;
}   

#rigth {
    width: 50px;   
    background-color: #3d3d3d;
    float: right;
    position: relative;      
}
#empty {
    background-color: #ffffff;
    height: 50px;
}
#main {          
    background-image: url(../Images/background.png);  
    float: right;
    left: -50px;
    margin: 0 auto;
    width: 1024px;
    height: 476px;
    position: relative;
}
#bottom {
    background-color: white;
    height: 65px;
    position: relative;
    width: 100%;
}
.copy {
    left: 100px;
    top: 25px;       
    position: relative;
    font-family: Calibri;
    font-size: 8pt;
    color: #454545;
    white-space: nowrap;
}
.text {
    font-family: Calibri;
    color: white;
    top: 70px;
    left: 460px;
    position: relative;
}