#page {
    height: 840px;
}

#product {
    background-image: url("../images/enersine1.jpg");
}

#description {
    width:  365px;
    height: 100px;
}

    * html #description { /* IE box hack. */
        width:  385px;
    }

#features {
    height: 175px;
}

#features li {
    margin: 0px 0px 5px -23px;
}

#download {
    background-image: url("../images/enersine2.jpg");
}

#footer {
    top: 750px;
}

    * html #footer { /* IE box hack. */
        top: 770px;
    }
