body {
    background-color: #000000;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: Verdena, Arial;
    font-size: 0.8em;
}

img {
    border: 0px solid #000000;
}

a {
    color: #64613f;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.content {
    width: 565px;
    border: 10px solid #000000;
    margin: 180px auto;
    height: 253px;
    background-repeat: no-repeat;
    background-image: url(../img/content_background.jpg);
}

.footer {
    margin: 215px 0px 0px 0px;
    text-align: center;
    color: #64613f;
}

.footer p {
    font-size: 0.8em;
    text-align: center;
}

.off {
    display: none;
}

#Home {
    background: url(../img/home_background.jpg) 0px 0px no-repeat;
    height: 253px;
}

#Home.products {
    background: url(../img/home_background.jpg) 0px -253px no-repeat;
}

#Home.join {
    background: url(../img/home_background.jpg) 0px -506px no-repeat;
}

#Products {
    background-image: url(../img/products_background.jpg);
    background-repeat: no-repeat;
    background-position: 236px 0;
    height: 253px;
}

#Products p {
    width: 200px;
    font-size: 0.8em;
    margin: 10px 18px 10px 18px;
}

#Products img {
    margin: 10px 0 0 53px;
}

#Careers {
    padding: 0;
    margin: 0;
    background-image: url(../img/careers_side.jpg);
    background-repeat: no-repeat;
    height: 253px;
}

#Careers img {
    border: 0px solid #ffffff;
    margin: 0;
    padding: 0;
}

#Careers.side {
    float: left;
}

#Careers p {
    margin: 0px 28px 36px 261px;
    padding: 36px 0 0 0;
    width: 276px;
    font-size: 0.8em;
}

#Careers a img {
    margin: 0 0 0 323px;
    border: 0px solid #ffffff;
}

#Contact {
    margin: 60px 0px 0px 110px;
}

#Contact h1 {
    color: #64613f;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 1.3em;
}

#Contact p {
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 25px 0;
}

#Legal {
    margin: 60px 30px 0px 30px;
    font-size: 0.8em;
}

#Build_ID {
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:80%;
    margin:0 auto;
    padding-top:15px;
    text-align:right;
    width:960px;
}


