@charset "UTF-8";
/* CSS Document */

body {
	background-color:#166D9C;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
a {
	color:white;	
}

#contact-info {
	position:absolute;
	bottom:15px;
	left:15px;
}

#coming-soon {
	width:700px;
	margin:150px auto 0 auto;
	text-align:center;
}

#coming-soon img {
	margin-bottom:20px;	
}