/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	color: #333;
	font-family: Verdana, Geneva, sans-serif, Gotham-Book, Gotham-BookItalic, Gotham-Bold, Gotham-BoldItalic, Gotham-Black;
	font-size: 12px;
	text-align: center;
}
#flashContent {
	width:100%;
	height:500px;
	margin:100px auto auto auto;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #666;
}

