body
{
	/* background-image: url(../images/bgr_img.jpg); */
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#IndexDiv
{
	/*
	position: absolute;
	margin-top: -365px;
	margin-left: -495px;
	top: 50%;
	left: 50%; 
	text-align: center;
	width: 990px;
	height: 730px;
	*/

	position: absolute;
	margin-top: 0px;
	margin-left: -495px;
	top: 120px;
	left: 50%; 
	text-align: center;
	height: 730px;
	width: 990px;
}

#FlashDetectionMessageDiv
{
	font-family: verdana; 
	font-size: 10px; 
	margin-top: 200px;
	text-align: center;
	color: #FFFFFF;
}

