#main {
    text-align:		center;
}

#staff {
    background-image:	url(images/staff.gif);
    background-repeat:	no-repeat;
}

#staff:hover img {
    opacity:		0;
    filter:alpha(opacity=0);
}

.exec {
    font-style:		italic;
}