﻿html {
		height: 100%;
		overflow:auto;
	}
	
	#tudo{
		height: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:#000000;
		
	}
	a{
		color:#003300;
	}
	/* end hide */

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