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

body {
	background-image:url(/images/splash_bg.jpg);
	background-position:bottom right;
	background-color:#55789e;
	background-attachment:fixed;
	
	
}



.splash_content {
	width:	540px;
	height: 440px;
	margin:	50px 0 0 100px;
	float:	left;
	
}

#tweener {
	width:	400px;
	height: 440px;
	margin:	50px 0 0 100px;
	float:	left;
	overflow:	hidden;
	
}