@import url(reset.css);
@import url(backgrounds.css);

/*

	Unibroue splash.css (Codename Lisane)
	Date created: 17/02/2010
	Author: Antoine Girard (antoine.girard@gmail.com)

*/

/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", Serif;
	color: #998C80;
}    

html {
	background: #30241a;
	height: 100%;
} 

h2 {
	font-size: 26px;
	font-style: italic;
	margin: 0 0 10px 0;
}                    

p {
	font-size: 16px;
	font-style: italic;
} 

a { color: #998C80; text-decoration: none; }              
a:hover { color: #ffefbc; }

#main {
	position: absolute;
	top: 45%;
	left: 50%;	
	width: 466px;       
	height: 515px;
	padding: 0 50px;
	margin-left: -283px;
	margin-top: -200px;
	z-index: 1000;   
	background: url(../img/splash/splash.png) no-repeat center center;
} 

#main .lang { 
	display: block;
	width: 210px;
	height: 290px;        
	margin: 110px 0 0 0;
	float: left;  
	position: relative;
}

	#main .lang ul {
		position: absolute;
		bottom: 0px;
		right: 10px;
		list-style: none;
		text-align: right;
	}
	
		#main .lang ul li {
			margin: 0 0 4px 0;
			font-size: 20px;
			font-style: italic;
		}
	
	#main #en {
		margin-left: 45px;
	}

