/* CSS Document */
/* CSS Document */
#face{width:250px;
height:375px;
background:url(images/Skull.jpg);
margin:10px auto;
padding:0;
position:relative;
border:thin #CC0000 solid;
}
#face li{margin:0; padding:0; list-style:none;
position:absolute;
top:0;}
#face li, #face a{height:375px;
display:block;
}
#panel1b{left:0; width:50px;}
#panel2b{left:50px; width:50px;}
#panel3b{left:100px; width:50px;}
#panel4b{left:150px; width:50px;}
#panel5b{left:200px; width:50px;}
#panel1b a:hover{background:transparent url(images/Skull.jpg) 0 -375px no-repeat;}
#panel2b a:hover{background:transparent url(images/Skull.jpg) -50px -375px no-repeat;}
#panel3b a:hover{background:transparent url(images/Skull.jpg) -100px -375px no-repeat;}
#panel4b a:hover{background:transparent url(images/Skull.jpg) -150px -375px no-repeat;}
#panel5b a:hover{background:transparent url(images/Skull.jpg) -200px -375px no-repeat;}
#links li{list-style:none;
}
#links a{text-decoration:none;
color:#990000;
}
#links a:hover{color:#FF6699;
font-size:1.1em;
}

