@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
	margin:0px auto;
	padding:0px;
	}
	
a img {
	border:0px;
	}

p {
	border:0px;
	}
	
#wrapper {
	width:950px;
	height:100%;
	margin:0px auto;
	}
	
#container {
	width:950px;
	height:100%;
	float:left;
	}

#splash {
	width:950px;
	height:1000px;
	float:left;
	background:url(../images/splash4.jpg);
	}
