html, body{
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
}

* html tudo{
	width:100%;
	height:100%;
}


div#tudo{
	position:relative;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}



div.clear{
	clear:both;
}


