

html, body, p, img {
	font-family: "Optima", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #7f6e41;
	border: 0;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #7f6e41;
	text-decoration: underline;
}

a#enter {
	font-size: 16px;
	color: #000;
}


body, html {
	width: 100%;
	height: 100%;
	
}

div#main {
	width: 900px;
	height: 500px;
	margin: -250px 0 0 -450px;
	position: relative;
	left: 50%;
	top: 45%;
}

div#logo {
	position: absolute;
	left: 680px;
	top: 170px;
	width: 209px;
	height: 77px;
	background: url('../images/splash/logo.jpg');
}

div#slideshow {
	width: 600px;
	height: 500px;
	position: relative;
}



a#fr {
	position: absolute;
	top: 295px;
	left: 680px;
	font-size: 24px;
	color: #9e6a4b;
}

a#en {
	position: absolute;
	top: 330px;
	left: 680px;
	font-size: 16px;
	color: #d5b8a6;
}



img.splash_img {
	opacity: 0;
	position: absolute;
}

div#vLine {
	height: 250px;
	position: absolute;
	left: 620px;
	top: 130px;
	width: 1px;
	background-color: #f1f1f1;
}


p#copyright { 
	width: 100%;
	text-align: center;
	font-size: 12px; 
	line-height: 18px; 
	color: #b3a387; 
	position: absolute;
	bottom: 20px;
}



