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

body {
	margin: 0;
	padding: 0;
	background-color: #456B90;	
}
#flashcontent {
	text-align:center;
	width:790px;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;	
	height:550px;
}
#iphone {
	visibility: hidden;
	overflow: hidden;
	height: 0px;
}
#footer {
	text-align:center;
	font-family: "Myriad Web", "Lucida Grande", "Helvetica Neue", Arial, sans-serif, Verdana;
	font-size: 9px;
	color: #8ea5bc;
}

#footer a {
	text-decoration:none;
	color: #8ea5bc;
}