/* CSS Document */

html {
	
	width: 100%;
	margin:  0px;
	padding: 0px;
}

body {

	width: 100%;
	margin:  0px;
	padding: 0px;
	background-color: #000000;
}

div#flashContent {

	text-align: center;
	width: 1024px;
	height: 750px;
	margin-left:  auto; 
	margin-right: auto;
	padding: 0px;
}

.greyText {color: #999999}

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}




