#product {
    height:           306px;
    background-image: url("../images/vestapro1.jpg");
}

#description {
    width:  365px;
    height: 60px;
}

    * html #description { /* IE box hack. */
        width:  385px;
    }

#features {
    height: 155px;
    top:    312px;
}

#features li {
    margin: 0px 0px 2px -23px;
}

#download {
    background-image: url("../images/vestapro2.jpg");
}

#footer {
    top: 700px;
}

    * html #footer { /* IE box hack. */
        top: 720px;
    }
