@charset "UTF-8";
/* CSS Document */

#container {
	width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #ece4bb;
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	margin: auto;
	border: 2px solid #dcb348;
}
#splash {
	background-repeat: no-repeat;
	height: 468px;
	width: 819px;
	position: absolute;
	background-color: #ece4bb;
	background-image: url(assets/splash_image.png);
	background-position: center center;
	left: 106px;
	top: 213px;
}
#fabfaces_menu {
	position: absolute;
	left: 55px;
	top: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	width: 702px;
}
#splash_footer {
	width: 236px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	left: 300px;
	top: 480px;
	position: absolute;
}
#logo {
	height: 80px;
	width: 147px;
	background-image: url(assets/logo.png);
	position: absolute;
	top: 50px;
	left: 50px;
}
#bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	height: 128px;
	width: 275px;
	top: 31px;
	right: 29px;
	margin: 2px;
	line-height: 15px;
}

		
		
