#bg {
    background-image: url("../img/bgs/home.jpg");
    }
    
#showcase {
    position: absolute;
    top: 300px;
    left: 100px;
    border: 4px solid #dadada;
    }
    
    #showcase .content {
        width: 465px;
        height: 330px;
        }

#showcase_nav {
    position: absolute;
    top: 640px;
    left: 110px;
    width: 453px;
    }


#overview {
    position: absolute;
    left: 600px;
    top: 300px;
    z-index: 50;
    width: 305px;
    }
    
    #overview h2 {
        margin: 0;
        padding: 0 0 1px 3px;
        border-bottom: 1px solid #888888;
        }
        
    #overview p {
        padding: 5px 10px;
        line-height: 20px;
        }

    #overview .reservation {
        background: url("../img/home/reservation.png") no-repeat;
        margin-left: 10px;
        height: 20px;
        width: 169px;
        }
        
        #overview .reservation a {
            display: block;
            padding: 3px 0 0 11px;
            text-decoration: none;
            font-size: 12px;
            }
    
#whybuys {
    position: absolute;
    left: 90px;
    top: 730px;
    z-index: 100;
    }

    .whybuy {
        position: absolute;
        width: 250px;
        }
        
        .whybuy h3 {
            font-size: 14px;
            margin: 0 0 20px 9px;
            padding: 0;
            }

        .whybuy p {
            padding-left: 9px;
            font-size: 11px;
            color: #cccccc;
            line-height: 16px;
            }
            
        .whybuy a {
            text-decoration: none;
            display: block;
            color: #7dca83;
            margin-bottom: 10px;
            font-size: 11px;
            }

    #whybuys .two {
        left: 325px;
        }

    #whybuys .three {
        left: 650px;
        }
            
#footer {
    top: 1060px;
    }