@charset "utf-8";
/* CSS Document */
html,body{   
     margin:0;   
     padding:0;   
     height:100%;   
     border:none;   
	text-align: center;     
} 
#text404 {
	position:absolute; 
	top: 268px; 
	left: 50px; 	
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	color: #49494a;
	text-align: center;
	font-size: 12px;		
}

#text404 a { 
	color:#009ec0;
}	

#container {
	position:absolute; 
	margin: 0 auto;
	background-image: url(../images/language/background.jpg);
	width: 926px;
	height: 443px;
	left: 50%; 
	top: 50%; 
	margin-top: -222px;
	margin-left: -463px;	
}

#languagechoicefr {
	position:absolute; 
	top: 278px; 
	left: 480px; 
	width: 191px;
	height: 36px;		
}	

#languagechoicenl {
	position:absolute; 	
	top: 278px;
	left: 107px; 	
	width: 191px;
	height: 36px;	 		
}	
