HTML {   
	/*overflow: hidden;*/
}
body{
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 100%;
	font:	10px Verdana;
	color:	#012;
	
}
a {
	font-weight: 	bold;
	text-decoration: none;
	color: 		#FFF;
}
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;
}

#main{
	position:		absolute;
	margin-top:		-284px;
	margin-left:	-499px;
	left:			50%;
	top:			50%;
	width: 			998px;
	height:			568px;
	/*border: 		1px solid #111;*/
}

#legal{
	position:		absolute;
	margin-top:		284px;
	margin-left:	-499px;
	left:			50%;
	top:			50%;
	width: 			998px;
	height:			40px;
	text-align:center;
}










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





