html {
    height: 100%;
    min-width:1200px;
}

body {
    height: 100%;
    background: #24282B;
    text-align: center;
    font-family: "arial", "sans-serif";
    letter-spacing: 0.5px;
    line-height: 12px;
    height: 100%;

}

#wrap {
    position: relative;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

#main {
    overflow:auto;
    padding-bottom: 49px;
    height: 600px;
}

#foreground {
    background: #BCCED0;
    position: absolute;
    height: 312px;
    width: 100%;
    top: 0px;
    overflow: hidden;
}

#logo {
    position: fixed;
    left: 165px;
    top: 25px;
    height: 79px;
    width: 190px;
}

#moon {
    position: fixed;
    height: 92px;
    width: 150;
    left: 0px;
}

#dunes {
    position: absolute;
    top: 252px;
    background: none;
    left: 0px;
    width: 100%;
}

#dune_1 {
    position: absolute;
    left: 0px;
    witdh: 1168px;
}

#dune_2 {
    top: 14px;
    position: absolute;
    left: 1268px;
}

#dune_3 {
    top: -8px;
    position: absolute;
    left: 1814px;
}

#content_division {
    height: 4px;
    width: 100%;
    top: 310px;
    position: absolute;
    background: url('../images/stripe.jpg') repeat-x left;
    overflow: hidden;
}

#content {
    z-index: 1;
    position:absolute;
    top: 312px;
    left: 50%;
    width: 800px;
    height:600px;
    margin-top: -300px; /*set to a negative number 1/2 of your height*/
    margin-left: -400px; /*set to a negative number 1/2 of your width*/
}

#machine {
    height: 480px;
    width: 655px;
    float: left;
}

#machine img {
    margin-top: -22px;
    margin-left: -68px;
}

#messure_line {
    background: url('../images/messure_line.png') no-repeat center top;
    height: 261px;
    width: 21px;
    float: right;
    margin-top: 39px;
}

#contact_info {
    margin-top: -22px;
    background: url('../images/machine_bottom.png') no-repeat center top;
    height: 150px;
    width: 790px;
    float: left;
}

#contact_left_info {
    background: url('../images/contact_info_text.png') no-repeat left top;
    float: left;
    width:300px;
    height: 100px;
    margin-left: 108px;
    margin-top: 28px;
}

#contact_right_info {
    background: url('../images/contact_lines.png') no-repeat left 10px;
    float: right;
    width: 300px;
    height: 100px;
    margin-right: 78px;
    margin-top: 28px;
}

hr#header_stripe {
    height: 2px;
    top: 8px;
    position: relative;
    background: #1A627A;
    color: #1A627A;
    border: none;
}

#email_us {
    position: relative;
    top: 14px;
}

#footer {
    position: relative;
    background: url('../images/ground.png') repeat-x bottom left;
    margin-top: -49px;
    height: 49px;
    width: 100%;
    overflow: hidden;
}

.title {
    font-size:10px;
    color:#3BDAFF;
    float: left;
    font-style: normal;
    padding-right: 10px;
}

.section_text {
    float: left;
}

.second_column{
    margin-left: 10px;
}

.section_text p{
    text-align: left;
    font-size:10px;
    color: #2E6F86;
    margin-top: 1px;
    font-style: normal;
}

div.fadehover {
    position: relative;
    width: 100px;
    height: 23px;
}

img.a {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

img.b {
    position: absolute;
    left: 0;
    top: 0;
}

#social {
    position: fixed;
    right: 10px;
    top: 10px;
    height: 19px;
    width: 114px;
}

#social span{
    z-index: 1px;
    height: 12px;
    width: 50px;
    font-size:8px;
    color: #036484;
    float: left;
    margin-top: 6px;
}

#social a{
    z-index: 1px;
    height: 19px;
    width: 10px;
    float: right;
    margin-left: 6px;
    padding-bottom: 2px;
}

#social hr{
    position: absolute;
    top: 12px;
    height: 1px;
    background: #036484;
    color: #036484;
    border: none;
    width: 114px;
    z-index: 2;
}

div.fadehover {
    position: relative;
    width: 100px;
    height: 23px;
}

img.a {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

img.b {
    position: absolute;
    left: 0;
    top: 0;
}

#contact {
    position: relative;
    color: #BCCED0;
    font-size: large;
    font-weight: bolder;
    top: -50px;
}

#contact_us {
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height: 443px;
    width: 812px;
    background: url('../images/transparent_border.png') repeat right;
    z-index:6;
    font-size:13px;
}


#contact_us_border {
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height: 443px;
    width: 812px;
    background: url('../images/box.jpg') no-repeat center;
    z-index:6;
    font-size:13px;
}

#contact_us_foreground {
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height: 443px;
    width: 812px;
    filter:alpha(opacity=45);
    -moz-opacity:0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45;
    background: #308195;
}

#contact_us_close{
    right:8px;
    top:8px;
    position:absolute;
    color:#6fa5fd;
    width: 30px;
    height: 30px;
}

#contact_us_background{
    z-index:5;
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
}


#contact_form {
    text-align: left;
    margin-top: 50px;
}

#input_area
{
    font-size: 13px;
    height: 460px;
    width: 460px;
    float: right;
}

#left_input_area
{
    height: 350px;
    width: 280px;
    float: left;
    background: url('../images/robot.png') no-repeat bottom left;
    margin-top: 50px;
    margin-left: 25px;
}


#submit {
    position: relative;
    width: 119px;
    border: none;
    height: 28px;
}

#input_area input, #input_area textarea
{
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    padding: 5px;
    width: 400px;
}

#name, #subject, #email, #comment {
    background: #BACFD4;
    border: none;
    color: #509CAC;
}

#contact_form label{
    text-align: left;
    color: #509CAC;
}

#thank_you{
    top: 200px;
    position: absolute;
    display: none;
}

#contact_form .error {
    float: none;
    color: #922C13;
    padding-left: .5em;
    vertical-align: top;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
