@charset "UTF-8";

body {
	background-color: #FFF;
	font-size: small;
}

#container {
	background-image:url(../images/splash.gif);
	height: 680px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

img {
	margin-top: 120px;
	margin-left: 30px;
}



