/* RESET */
@import url("reset.css");

#splash{
  width:424px;
  height:300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -212px;
  text-align:center;   
}

#splash h1 {
  text-indent:-9000px;
	background:url(../../img/site/logo.png) no-repeat;
	width:424px;
	height:128px;

}

#splash ul {
  padding-top:70px;
  padding-left:90px;
}

#splash ul li {
  float:left;
  padding-right:14px;
  margin-right:10px;
  background:url(../../img/site/divisor.png) right 9px  no-repeat;
}
#splash ul li.last {
  float:left;
  padding-right:0;
  margin-right:0;
  background:none;
}

#splash li strong{
  visibility:hidden;  
}
#splash li a{
  display:block;
  height:16px;
  text-decoration:none;
}
#splash li a.portifolio {  
  width:70px;
  background:url(../../img/site/menu-portifolio.png) no-repeat;  
}
#splash li a.perfil {  
  width:42px;
  background:url(../../img/site/menu-perfil.png) no-repeat;  
}
#splash li a.contato {  
  width:67px;
  background:url(../../img/site/menu-contato.png) no-repeat;
}
#splash li a:hover {  
  background-position:0 -17px;  
}