@charset "utf-8";
/* CSS Document */
body {
	background-color: #006184;
}
#banner {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
#contact {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	clear: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}
#contact a{
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}
#contact a:hover{
	text-decoration: underline;
}
