﻿
html {
height: 100%;
}
	
	#tudo
	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
	}
	
	#aviso {
		width:400px;
		height: 300px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-200px;
		margin-top: -150px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10;
		text-align:center;
		color:#FFFFF;
		
	}
	a{
		color:#003300;
	}
	/* end hide */

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