body {
	margin: 0;
	padding: 0;
	background-color: #282524;
	font: italic 14px "Gerogia", Times;
}

.pink_text {
	text-shadow: 0px -1px 0px #efd1dd;
	color: #987482;
}

#logo {
	width: 413px;
	height: 129px;
	background: url('../images/splash_logo.png') center top no-repeat;
	margin: auto;
	position: relative;
	z-index: 2;
}

#pink_banner {
	width: 100%;
	height: 59px;
	background: url('../images/pink_banner.png') left top repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 75px;
}

#promise {
	background: url('../images/splash_promise.png') left top repeat-x;
	width: 256px;
	height: 77px;
	margin: auto;
}

