#phil .contenedor
{
  background: #000000 none repeat scroll 0 0;
  text-align: center;
}

#phil .links
{
  position: absolute;
  text-align: center;
  width: 33%;
  color: grey;
  min-width:336px;
  z-index:2;
}

#phil .links a
{
  color: grey;
  text-decoration: none;
}

#phil .links a:hover
{
  text-decoration: underline !important;
  #text-decoration: underline; /* IE fix */
}

#phil .links a:visited
{
  text-decoration: none;
}