
/*index.html 
------------------------------------------------------*/
html {
height: 100%;
overflow: auto;
}

#flashcontent {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width:  100%;
}
/* end hide */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #000;
}
/*html {
	height:100%;
	overflow: auto;
}
body {
	height:100%;
	margin:0;
	padding:0;
	background:#000;
}
#flashcontent {
	top: 0;
	left: 0px;
	width:100%;
	height:100%;
	position:absolute;
	line-height:0.5em;
}*/
#attention{ margin:100; padding:20% 0; text-align:center; font-size:x-small; color:#FFFFFF; }
#attention h3{ color:#CC0000; padding-bottom:10px; font-size:small; }
#attention p{ margin:0; padding:0; line-height:1.6em; }
#attention a{ color:#CC0000; }
#attention a:visited{ color:#CC0000; }
#attention a:hover { color:#FF0000; }

div#attention img{ margin-top:15px;border:none; }
