* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 10px;
}

#main, #swfContainer, #altswf {
	width: 760px;
	height: 420px;
}

#main {
	position: absolute;
	height: 440px;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -380px;
	background: #FFF;
	border: 1px solid #000;
}

#backLink a {
	padding: 5px 0 0 0;
	height: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
}

#backLink a:hover {
	background: #036;
	color: #FFF;
}

#swfContainer #alternate {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 190px;
	height: 190px;
	padding: 5px;
	margin: -95px 0 0 -95px;
	text-align: center;
	border: 1px dashed #000;
}

#flashcontent #alternate .title {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	display: block;
	margin: 0 0 10px 0;
}