*{
    border: 0;
    margin: auto;
    padding: 0;
}
body {
    background: #fff;
    background-color: #404040;
    color: #333;
    font: 400 0.8em verdana,arial,sans-serif;
    text-align: center;
    padding: 50px 0 0px 0;
}
#page {
    margin: auto;
    width: 1000px;
    min-width: 1000px;
}
.header {
}
.columns {
    margin: 0% 0 0% 0;
    background: url(cs_back_main.jpg) transparent no-repeat left top;
}
.columnWrapper {
    padding: 0 0 16px 0px; 
    padding: 0; 
    height: 577;
    margin: auto;
}
.companyWrapper {
    position: relative;
    top: 170px;
    left: 300px;
    width: 233px;
}
.companyName {
    position: relative;
    float: left;
    padding: 0px;
    text-align: left;
    font-family: georgia;
    font-size: 24px;
    font-weight: bold;
}
.companyWebsite {
    position: relative;
    float: left;
    font-family: georgia;
    font-size: 18px;
    font-style: oblique;
}
.companyWebsite a {
    text-decoration: none;
    color: #630000;
}
.companyWebsite a:hover {
    color: yellow;
}
.companyContact {
    font-family: georgia;
    font-size: 16px;
    font-weight: bold;
}
.companyContact a {
    color: #AA5000;
}
.companyContact a:hover {
    color: red;
}
.infoWrapper {
    position: relative;
    top: 430px;
    left: 280px;
}
.info {
    width: 420px;
}
.info_1, 
.info_2 {
    width: 200px;
    text-align: left;
    float: left;
}

.footers {
    /*background: url(cs_back_footer.jpg) transparent no-repeat left top;*/
    height: 130px;
    padding: 0;
    min-width: 1000px; /* for FF */
}
html>body .footerWrapper {
}
.footerWrapper {
    padding: 10px 0 0 0;
    height: 30px;
    float: left;
    color: wheat;
}
.builtbyWrapper {
    float: right;
    padding: 10px 0 0 0;
    color: wheat;
}   
.builtbyWrapper a {
    color: #CC9933;
}
.builtbyWrapper a:hover {
    color: yellow;
}

