#product {
    background-image: url("../images/jupiterpro1.jpg");
}

#description {
    width:  365px;
    height: 60px;
}

    * html #description { /* IE box hack. */
        width:  385px;
    }

#features {
    height: 155px;
}

#features li {
    margin: 0px 0px 2px -23px;
}

#download {
    background-image: url("../images/jupiterpro2.jpg");
}

#footer {
    top: 730px;
}

    * html #footer { /* IE box hack. */
        top: 750px;
    }
