HTML {   
	overflow: hidden;
}
body{
	margin: 0;
	padding: 0;
	background: #000;
	height: 100%;
	font:	9px Verdana;
	color:	#000;
	
}
a {
	font-weight: 	bold;
	text-decoration: none;
	color: 		#aaa;
}
a:hover{
	text-decoration: underline;
}
#nota{
    position:           absolute;
    top:                50%;
    left:               50%;
    width:              400px;
    height:             100px;
    margin-left:        -200px;
    margin-top:         -50px;			
	font-family:		verdana, arial, sans-serif;
	font-size:			xx-small;
	color:				#fff;
	text-align:			center;
	visibility:			hidden;
}

#nota p{
	margin-top:			1em;
}

#nota a{
	color:				#666;
}

#nota a:hover{
	text-decoration:	none;
}

#flashHolder{
	position:		absolute;
	left:			0;
	top:			0;
	width: 			100%;
	height:			100%;
	/*border: 		1px solid #111;*/
}

#content{
	width: 300px;
	margin: auto;
	padding: 10px;
	color: #fff;
}
#content h1{
	font: 15px Verdana;
	font-weight: bold;
}





