@charset "UTF-8";

#contenedor {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 750px;
	height: 1620px;
	z-index: 1;
	margin-left: -375px;
}
#top {
	position: absolute;
	width: 750px;
	height: 478px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(../../img/main/mainarbol.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	width: 200px;
	height: 135px;
	z-index: 1;
	left: -15px;
	top: 12px;
	background-repeat: no-repeat;
}
#olas{
	position: absolute;
	width: 750px;
	height: 143px;
	z-index: 1;
	left: 0px;
	top: 478px;
	background-image: url(../../img/main/mainolas.jpg);
	background-repeat: no-repeat;
}
#menu{
	position: absolute;
	width: 632px;
	height: 32px;
	z-index: 1;
	left: 55px;
	top: 110px;
}
#contenido{
	position: absolute;
	width: 750px;
	height: 580px;
	z-index: 2;
	left: 0px;
	top: 621px;
	background-image: url(../../img/main/mainfnd.gif);
	background-repeat: repeat-y;
}
#arena{
	position: absolute;
	width: 750px;
	height: 158px;
	z-index: 1;
	left: 0px;
	top: 1200px;
	background-image: url(../../img/main/mainarena.jpg);
	background-repeat: no-repeat;
}
#foot{
	position: absolute;
	width: 750px;
	height: 250px;
	z-index: 1;
	left: 0px;
	top: 1358px;
	background-image: url(../../img/main/foot.jpg);
	background-repeat: no-repeat;
}
