/* Layout v. Loef van Horne, by WurmQ-Design */
/* All associated graphics copyright 2006, Jeffrey Sonnema */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

	 
/* Layout
--------------------------------------------------------------*/
Body{
	background:url("../img/bg_index.gif");
	background-repeat:repeat;
	background-position:left;
	margin:0px;
}
#Container{
	position:absolute;
	width:800px;
	height:600px;
	background:url("../img/splash_eng_fra.jpg") no-repeat;
	margin-left:-400px;
	margin-top:-300px;
	left:50%;
	top:50%;
	overflow:hidden;
}
.enter{
	position:absolute;
	top:510px;
	left:120px;
	width:200px;
	height:42px;
	text-align:center;
}
.enter2{
	position:absolute;
	top:510px;
	left:530px;
	width:200px;
	height:42px;
	text-align:center;
}
.stat{
	position:absolute;
	top:575px;
	left:775px;
	width:18px;
	height:18px;
	text-align:center;
}
.message_fra{
	position:absolute;
	top:115px;
	left:581px;
	width:180px;
	height:27px;
	text-align:center;
}
.message_eng{
	position:absolute;
	top:115px;
	left:120px;
	width:180px;
	height:27px;
	text-align:center;
}

/* Text
--------------------------------------------------------------*/
h1{
	font-family:Arial, Georgia, Helvetica;
	color:#fffbcf;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin:0;
}
h2{
	font-family:Arial, Georgia, Helvetica;
	color:#fffbcf;
	font-weight:100;
	font-size:12px;
	text-align:center;
	margin:0;
}


/* Links
--------------------------------------------------------------*/
a.standard:link { 
	font-family:Georgia, Arial, Helvetica;
	font-size:20px;
	font-weight:bold;
	color:#fffbcf; 
	text-decoration: none; 
} 
a.standard:visited { 
	font-family:Georgia, Arial, Helvetica;
	font-size:20px;
	font-weight:bold;
	color:#fffbcf; 
	text-decoration: none;
} 
a.standard:hover { 
	font-family:Georgia, Arial, Helvetica;
	font-size:20px;
	font-weight:bold;
	color:#fffbcf; 
	text-decoration: none;
	border-bottom:1px dashed #fffbcf;
} 
a.standard:active { 
	font-family:Georgia, Arial, Helvetica;
	font-size:20x;
	font-weight:bold;
	color:#fffbcf; 
	text-decoration: none;
}
