@charset "utf-8";
/* CSS Document */

body {
	background-color:#94B894;
	margin: 0px;
	padding: 0px;
}

#splash {
	position: relative;
	margin: 0 auto;
	height: 300px;
	width: 654px;
	background-image:url(../images/splash.jpg);
	background-repeat:no-repeat;
	top: 200px;
}

#splash_btn_eng {
	position: absolute;
	top: 235px;
	left: 275px;
}

#splash_btn_cfr {
	position: absolute;
	top: 235px;
	left: 375px;
}

img { border:none; }