/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #302513;
}

#index-content {
	width: 100%;
	height: 100%;
}

#splash {
	position: absolute;
	width: 500px;
	height: 365px;
	margin-left: -250px;
	left: 50%;
	margin-top: -182px;
	top: 50%;
	text-align: center;
}

#logo {
	width: 500px;
	height: 275px;
}

#dream {
	margin: 65px auto 0 auto;
	width: 240px;
	height: 25px;
}
