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

body {
	padding: 0;
	margin: 0;
	color: #FFF;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#swfHolder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#txtAlternate {
	/*border: thin solid green;*/
	position: relative;
	top: 20px;
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	text-align: center;
}
#mobileLink a, #txtAlternate a {
	color: #333;
	text-decoration: none;
}
#mobileLink a:hover, #txtAlternate a:hover {
	text-decoration: underline;
}
#mobileLink a, #mobileLink a:hover { font-size: 125%; }
