/* CSS Document */
body{ margin:0px; height:100%; width:100%; background-color:#434343;}

html{/*height:100%;*/ width:100%; margin:0px; padding:0px;}

.selector-box
{
	position:absolute; 
	width:731px; 
	height:303px; 
	
	top:50%; 
	left:50%; 

	margin-left:-365px; 
	margin-top:-151px;
	
	background: url(../img/selector.jpg) no-repeat 0 0;
}

	.link-esp,
	.link-eng
	{
		float: left;
		display: inline;
		
		width: 90px;
		height: 25px;
		
		margin: 170px 0 0 55px;
		outline: 0;
	}
	
	.link-eng
	{
		clear: both;
		margin-top: 0;
	}