@charset "UTF-8";
#logo {
	text-align: center;
	height: 100px;
	width: 100px;
	left: 20;
	top: 20;
	position: absolute;
}
#flashContent {
	height: 620px;
	width: 980px;
	margin-top: -310px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/backgroundDropShadow.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 15px;
	bottom: 30px;
	text-align: center;
}

