#contenedor{
 margin:5px auto;
 width:800px;
}
h1{
text-align:center;
}
li{
 list-style-type:none;
 float:left;
}

#image_holder{
width:750px;
height:755px;
}
.face{
border:2px none yellow;
margin:2px;
}
.face:hover{
 border:2px solid yellow;
 margin:0px;
}
.bg{
left:300px;
display:none;
margin-top:150px;
margin-left:auto;
margin-right:auto;
position:absolute;
}
