@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../galeria/cactus.jpg);
	margin:0px;
	height:100%;

	}

#splash-wrapper{
	width:850px;
	height:100%;
	height:300px;
	background-color:#FFF;
margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	}

#splash-wrapper img{
border:none;
margin-top:50px;
height:142px;
width:850px;
}


#splash {
	color:#09F;
	text-align:center;
	font-size:25px;
	}

#splash a{
	color:#09F;
	margin:10px;
	text-align:center;
	font-size:18px;
	}
