@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1b1b1b;
}

#container {
	width: 800px;
	margin: 0 auto;
}

h1 {
	text-indent: -9999px;
	width: 232px;
	height: 35px;
	background: transparent url(images/logo.png) top left no-repeat;
	margin-top: 72px;
}

#splash {
	background-color: #181818;
	margin-top: 100px;
	width: 100%;
	height: 120px;
	text-indent: -9999px;
}


#infoContainer {
	width: 800px;
	margin: 0 auto;
	padding-top: 2px;
}

#info {
	background: transparent url(images/info.png) top left no-repeat;
	margin-top: 15px;
	width: 291px;
	heigh: 84px;
}