.body-bg {
    background-color: #e9e8e4;
    margin:0px;
    border:1px solid #e9e8e4;
}

.body-content {
    width:960px;
    margin: 0 auto;
    position:relative;
}

.body-content h1 {
    margin-top:30px;
    font-size:2.1875em;
    width:34%;
    font-weight:300;
}

.body-content p {
    font-size:0.875em;
    margin:35px 0;
    width:36%;
    line-height:1.8em;
}

#home-frame {
    position:absolute;
    right:17px;
    z-index:20;
}
.fadein { float:right; position:relative; height:450px; width:336px; margin-right:60px; margin-top:40px;}
.fadein img { position:absolute; right:0; top:0; z-index:10;}

.floor {
    height:226px;
    background-color:#b1835b;
    background-image: url('../images/floor3.jpg');
    background-position:center top;
    background-repeat: no-repeat;
}

.floor-content {
    width:960px;
    height: 226px;
    margin: 0 auto;
    position:relative;
}

#man-sitting {
    position:absolute;
    right:150px;
    top:-285px;
    z-index:30;
}

.floor-content p {
    color:white;
    font-size:2.1875em;
    padding-top:35px;
    margin-bottom:15px;
    width:36%;
    font-style: italic;
}

#phone-button {
    width:125px;
    height:200px;
    position:absolute;
    right:0px;
    bottom:0px;
    background-image: url('../images/phone1.png');
    background-repeat: no-repeat;
}

#phone-button:hover {
    background-image: url('../images/phone2.png');
}

footer {
    background-color: #573215;
}

.footer-content {
    width:960px;
    height:65px;
    margin: 0 auto;
}

footer ul{
    float:left;
    margin-top:20px;
}

footer li {
    display:inline;
    margin-right:20px;
}

footer a {
    font-size:0.75em;
    font-weight:500;
    text-decoration: none;
    color:#c1966f;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -ms-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
}

footer a:hover {
    color:white;
}

footer p {
    float:right;
    color:#c1966f;
    line-height:1em;
    font-size:0.75em;
    text-align:right;
    margin-top:15px;
}

