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

html, body { height:100%; background-color: #ffffff;  overflow-y:scroll;}
body { margin:0; padding:0; overflow:hidden;  }
#content {  
	   position:absolute;
	   top: 50%;
	   left: 50%;
	   width: 1100px;
	   height: 758px;
	   margin-top: -383px; /* Half the height */
	   margin-left: -535px; /* Half the width */
	   float:left;
}
		
#eng{
	  
}
		  
#es{
	 
	   
}

#lang{
	   float:right;
	   width:45px;
	   left: -60px;
	   margin-top: 334px;
	   position:relative;
	   z-index:1;
}

#flash{
	  float:left;
	  width:1043px;
	  height:780px;
	  background: url(../img/background.png) no-repeat center center;
	  padding-left:18px;
	  padding-top:10px;
	  position:absolute;
	  z-index:0;
}