body
{
background-color: #3f3f3f;
}
#container
{
width: 660px; 
height: 400px; 
margin: -200px 0 0 -330px; 
position: absolute; 
top: 50%; 
left: 50%;
overflow: none;
}
a.link
{
display: block;
width: 220px;
height: 340px;
float: left;
text-align: center;
overflow: none;
background-color: #3f3f3f;
background-repeat: no-repeat;
background-position: top center;
}
a:hover.link
{
background-position: bottom center;
}
#frans
{
background-image: url('frans.jpg');
}
#xander
{
background-image: url('xander.jpg');
}
#vincent
{
background-image: url('vincent.jpg');
}
#webmail
{
display: block;
margin: 0px 220px 0px 220px;
padding: 0px;
clear: both;
background-image: url('webmail.jpg');
width: 220px;
height: 40px;
text-align: center;
overflow: none;
background-color: #3f3f3f;
background-repeat: no-repeat;
background-position: top center;
}
#clear
{
height: 20px;
clear: both;
}