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

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

#swfHolder {
	position: absolute;
	top: 0px;
	left: 0px;
}
#txtAlternate {
	font-size:medium;
	text-align:center;
	color: #CCCCCC;
}
#txtSmall {
	font-size: x-small;
	text-align:center;
	color: #CCCCCC;
}
#txtDescription {
	font-size: xx-small;
	text-align:center;
}
#logoLink {
	text-align: center;
}

#spiralBitLink {
	text-align: center;
}
#spiralBitLink a {
	color: #CCCCCC;
	font-size:x-small;
	text-decoration: none;
}
#spiralBitLink a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}