#page {
    height: 900px;
}

.thumbnail {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    120px;
    height:   120px;
    position: absolute;
    cursor:   pointer;
}

.description {
    border:          0px;
    margin:          0px;
    padding:         0px;
    height:          55px;
    position:        absolute;
    text-align:      center;
    font-family:     tahoma;
    font-size:       10px;
    text-decoration: none;
    color:           #000000;
}

#footer {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    575px;
    height:   30px;
    position: absolute;
    top:      780px;
    left:     290px;
    background-image:    url("../images/productsfootershort.jpg");
    background-position: top left;
    background-repeat:   no-repeat;
}
