
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	overflow: auto;
	text-align: center;
	font: normal normal normal 11px/1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


#pageWrapper {
	position: relative;
	height: 100%;
	width: 640px;
	margin: 0 auto;
	text-align: left;
}

div[id=pageWrapper] {
	display: table;
}

#flashWrapper {
	position: relative;
	height: 460px;
	top: 50%;
}

div[id=flashWrapper] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#flashContent {
	position: relative;
	top: -50%;
}

div[id=flashContent] {
	position: static !important;
	top: 50% !important;
}


#errorJS,
#errorSWF {}
#errorSWF {
	display: none;
}

.errorText {
	width: 240px;
	height: 80px;
	padding: 200px;
	color: #000;
}

.errorText a,
.errorText a:hover,
.errorText a:visited
{
	color: #000;
}

