/*            ikusimakusi.net            */
/*   Eduki hau domeinu publikokoa da.    */
/* Este contenido es de dominio público. */
/*    This content is public domain.     */

body {
  font-family: Arial, Helvetica, Georgia, Sans-Serif;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  background: #666 url(splash/bg_body.gif);
}

a img{
  border: 0;
}

#container, #menu, #menu, #menu ul li, #menu ul li a {
  text-align: left;
  vertical-align: top;
}

#container{
  margin: 0 auto;
  width: 904px;
  padding: 10px 0 0;
}

#header{
  margin: 0 0 10px;
  float: left;
  width: 904px;
  height: 499px;
  background: url(splash/splash_bg.png) no-repeat left bottom;
  color: #333;
}

#menu ul{
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}

#menu ul li{
  float: left;
  margin: 0 5px 0 0;
  font-size: 14px;
  font-weight: bold;
  background: url(splash/bg_tab_right.gif) no-repeat right top;
  color: #325b0a;
}

#menu ul li a{
  display: block;
  padding: 14px 20px 10px;
  text-decoration: none;
  background: url(splash/bg_tab_left.gif) no-repeat left top;
  color: #325b0a;
}

#menu ul li.selected{
  background: url(splash/bg_tab_right_selected.gif) no-repeat right top;
}

#menu ul li.selected a{
  background: url(splash/bg_tab_left_selected.gif) no-repeat left top;
}

#menu ul li a:hover{
  text-decoration: underline;
}

#splash {
  margin-top: 70px;
  height: 400px;
  text-align: center;
  line-height:400px;
}

