#page {
    height: 850px;
}

#product {
    background-image: url("../images/marsseries1.jpg");
}

#description {
    width:  365px;
    height: 97px;
    bottom: 8px;
}

    * html #description { /* IE box hack. */
        width:  385px;
        bottom: 7px;
    }

#features {
    height: 190px;
}

#features li {
    margin: 0px 0px 2px -23px;
}

#download {
    background-image: url("../images/marsseries2.jpg");
}

#footer {
    top: 770px;
}

