/* Base flash pages CSS */

html {
		height: 100%;
	}
	
body {
	height: 100%;
	background-color:#000000;
	margin:0 auto;
	width:100%;
	padding:0 0 0 0;
	}

#container{
	margin:0 auto;
	text-align:center;
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	position:relative;
	width:100%;
	height: 100%;
}
#flashcontent{
	text-align:left;
	height: 100%;
}
.logo{ width:121px;position:relative;margin:0 auto; padding:20px 0 0 0;}
	
p{
	margin: 5px 0 5px 0;
	color:#000000;
	text-align:center;
	}
p a{color:#000000; text-decoration:underline;}
p a:hover{text-decoration:none;}