@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 984px;
	margin:0 auto;
	
}

#top {
	background-image: url(images/splash_top.png);
	float: left;
	width: 984px;
	height: 181px;
	
}

#middle {
	background-image: url(images/splash_bg.png);
	width: 984px;
	height: 266px;
	padding-top: 63px;
	background-repeat:repeat-x;
	float: left;
	
}

#sofla {
	background-image:url(images/splash_sfla.png);
	width: 211px;
	height: 195px;
	float: left;
	margin-left: 55px;
	
}

#logo {
	background-image: url(images/splash_logo.png);
	width: 362px;
	height: 212px;
	float: left;
	margin-left: 50px;
	
}

#nofla {
	background-image: url(images/splash_nofla.png);
	width: 212px;
	height: 195px;
	float: left;
	margin-left: 50px;
	
}

a {	
	outline:none;
	
}

#bottom {
	background-image: url(images/splash_bottom.png);
	width: 984px;
	height: 182px;
	float: left;
	
}
