/*-------------------- CSS - index.php --------------------*/


/* Test in IE6
html {
overflow: hidden;
}*/

body {
	background-color: #1a1a1a;
}


/*-------------- Flash -------------*/
#flash {	
	margin: -480px 0 0 -640px;
	padding:0;
	position:fixed;
	left:50%;
	top:50%
}


/*--------- Disabled Flash --------*/
#flash p.top {
	margin-top: 400px;
	margin-left: 300px;
	text-align: center;
	font-family: "Century Gothic", Arial ,Helvetica ,sans-serif;
	font-size: 0.9em;
	line-height: 20px;
	color: #464646;
}

#flash a {
	margin-left: 565px;
	position: relative;
	top: 50px;
}

#flash p a {
	margin-left: 870px;
	position: relative;
	top: 80px;
	font-family: "Century Gothic", Arial ,Helvetica ,sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	color: #464646;
	text-decoration: none;
}

#flash p a:hover {
	color: #0099cc;
}
