* {
	border: none;
	color: #494747;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	outline: none;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #ffffff url("background.png") left top repeat-x;
}

a {
	text-decoration: none;
}

.wrapper {
	margin: 0 auto;
	width: 906px;
}

#coming-soon {
	background: url("coming-soon.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	height: 400px;
	padding-top: 166px;
	width: 906px;
}

#title {
	border-bottom: 2px solid #575656;
	font-size: 24px;
	font-weight: 300;
	height: 50px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	width: 760px;
}

#title span {
	color: #6f1850;
}

#address {
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
}

#address span {
	color: #6f1850;
}