@charset "utf-8";
/* CSS Document */

#coming-soon-container {
	background-color: #ffffff;
	width: 405px;
	height: 300px;
	margin: 250px auto;
}

#logo {
	background-color: #ffffff;
	width: 404px;
	height: 80px;
}

#coming-soon {
	width: 404px;
	height: 63px;
}

#text-container {
	width: 404px;
	margin-top: 19px;
}

#text-container > p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contact-container {
	width: 404px;
	margin-top: 19px;
}

#phone {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
}

#facebook {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 19px;	
}

#e-mail {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 19px;	
}

