#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#container {
	display: table-cell;
	vertical-align: middle;
}
#flashcontent {
	display: block;
	margin: 0 auto;
	padding: 0;
}


.mainImage {
	margin: 20px 0;
}

.text_title_wrap {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 500px;
}
.text_title {
	color: #E6E6E6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
.text_bottom_wrap {
	border-top: solid 1px #666666;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 500px;
}
.text_bottom {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}

