﻿html {
		height: 100%;

	}
	
	#tudo
	{
		height:100%;
	}
	
	#aviso 
	{
	
		width:600px;
		height:300px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-300px;
		margin-top: -100px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#000000;
		
	}
	a{
		color:#999999;
	}
	/* end hide */

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