div.container > div.content > div {
    position: absolute;
    cursor:pointer;
    background-repeat: no-repeat;
}
div.container > div.content > div > a {
    display: inline-block;
    width: 100%;
    height:100%;
}
div.shopper {
    top:170px;
    left:100px;
    width:190px;
    height:352px;
    background-image: url(/img/shopper/button.jpg);
}
div.events {
    top:170px;
    left:310px;
    width:412px;
    height:117px;
    background-image: url(/img/events/button.jpg);
}
div.design {
    top:300px;
    left:310px;
    width:186px;
    height:222px;
    background-image: url(/img/design/button.jpg);
}
div.staffing {
    top:300px;
    left:513px;
    width:209px;
    height:133px;
    background-image: url(/img/staffing/button.jpg);
}
div.sourcing {
    top:540px;
    left:100px;
    width:393px;
    height:128px;
    background-image: url(/img/sourcing/button.jpg);
}
div.promotions {
    top:450px;
    left:513px;
    width:210px;
    height:218px;
    background-image: url(/img/promotions/button.jpg);
}
div.shopper:hover {
    background-position:-191px 0;
}
div.events:hover {
    background-position:-413px 0;
}
div.design:hover {
    background-position:-187px 0;
}
div.staffing:hover {
    background-position:-209px 0;
}
div.sourcing:hover {
    background-position:-393px 0;
}
div.promotions:hover {
    background-position:-211px 0;
}