/* Start of CMSMS style sheet '00_glossy_main' */
/* Main css */
html {
 padding:0px;
}

body {
 background: url(/images/backgrounds/main-21.jpg) no-repeat bottom left fixed;
 /* background-size: 100%; */
 width: 100%;
 height: 100%;
 margin: 0;
 text-align:center;
 font-family: "Verdana", Sans-serif;
}

#contact_us {
    width: 600px;
    height: 600px;
    float: left;
    background: url(/images/contact_form_2.png) no-repeat center;
    display: none;
    position: absolute;
    left: 0px;
    margin-top: 30px;
    margin-left: 0px;
    text-align: left;
}

#main_wrapper {
    padding: 0px;
    margin: 0 auto;
    width: 900px;
    display: block;
    border: 0px white solid;
}
#main_wrapper a {
    color: #000;
    text-decoration: underline;
}

#main_wrapper  a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px #444;
}
#right_side {
    float: right;
    width: 200px;
    margin: 0px;
    border: 0px white solid;
    padding: 0px;
    clear: both;
}

#left_top {
    background: url(/images/menu_bg3.png) no-repeat top right;
    height: 40px;
    width: 700px;
    display: block;
    float: left;
}

#wrapper {
 margin: 0px;
 border: 0px white solid;
 float: left;
 width: 700px;
 text-align:left;
 padding: 0px;
 display: block;
}

/* End of '00_glossy_main' */

