#productList{
    position: absolute;
    top: 110px;
    left: 50%;
    width: 480px;
    padding-top: 40px;
    margin-left: -240px;
    background: url(header.gif) top left no-repeat;
}

.wallet{
    text-align: center;
    position: absolute;
    left: 0px;
}

.ivideo{
    text-align: center;
    position: absolute;
    left: 160px;
}

.typeset{
    text-align: center;
    position: absolute;
    left: 320px;
}

.product{
    padding-left:10px;
    display: block;
    width: 160px;
}


.product .description{
    display: none;
}

.product:hover .description{
    display: block;
    font: 11px Helvetica,sans-serif;
    color: #AAAAAA;
}

.product:hover{
      background: transparent url(over.png) top 20px no-repeat;
}

.copyright{
    margin-top: 290px;
}

img{
    border: 0px;
}