#page {
    height: 840px;
}

#product {
    background-image: url("../images/enersolis1.jpg");
}

#description2 {
    border:          0px;
    margin:          10px 0px 0px 0px;
    padding:         0px 8px 0px 8px;
    width:           200px;
    position:        absolute;
    top:             135px;
    left:            0px;
    font-family:     arial;
    font-size:       11px;
    text-decoration: none;
    color:           #000000;
}

    * html #description2 { /* IE box hack. */
        width:  220px;
    }

#description {
    width:  365px;
    height: 100px;
    bottom: 18px;
}

    * html #description { /* IE box hack. */
        width:  385px;
        bottom: 7px;
    }

#features {
    height: 195px;
}

#features li {
    margin: 0px 0px 5px -23px;
}

#download {
    background-image: url("../images/enersolis2.jpg");
}

#footer {
    top: 780px;
}

    * html #footer { /* IE box hack. */
        top: 790px;
    }
