/* CSS Document */


body {
	margin:0px;
	background-color:#000000;
}

#s { 
	background-image:url(images/bg-grey.gif);
}

#flash {
	width:100%;
	height:100%;
	min-height:580px;
}


.header {
	width:560px;
	height:187px;
	position:fixed;
	z-index:99;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:507px;
	margin-top:187px;
	padding:0px 00px 0px 23px;
	position:absolute;
	padding-bottom:80px;
	background-color:#FFFFFF;
	
}
.content a {
	text-decoration:none;
	color:#333333;
}
.content a:hover {
	text-decoration:none;
	color:#cc1c4e;
}

.close {
	width:560px;;
	height:40px;
	position:fixed;
	background-color:#FFFFFF;
	margin-top:500px;
	padding-top:20px;
	z-index:98;
}

