/*  ----- Created by Emile Blume - 2007 - Netcreators.com ---- */
html {
	overflow: hidden;
	background: #BEBED6;
	*background: #BEBED6 !important;
}

span { display: none;}
span.leer {display: block;}

body {
	background: #BEBED6;
	*background: #BEBED6 !important;
	text-align: center;
	height: 100%;
	
	overflow: hidden;
}

#container {
	height: 400px;
	width: 100%;
	top: 50%;
	left: 50%;
	position: absolute;
}

#frame {
	text-align: left;
	margin: auto;	
	width: 780px;
	
	top: -50%;
	left: -50%;
	
	position: relative;
}

#intro h1 {
	background: url(../img/splash.jpg) no-repeat left top;
	display: block;
	height: 400px;
	width: 780px;	
}

#intro h1 a {
	cursor: pointer;
	display: block;
	height: 350px;
	width: 780px;
}

#container #language {
top: 300px;
left: 560px;
position: absolute;
margin-left:26px; 
width: 190px;
}


#language .csc-textpic-image { margin-left:5px; }