html, body {
    height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	text-align:center;
	background-color:#FFFFFF; 
}

* html #Tudo {
    height: 100%;
}

/* Esqueleto do Site */

#Tudo {
    width:100%;
    min-height:100%; /* altura em FF */
    position: relative;
    _height: 100%; /* IE6 */
    _height: !important; /* IE6 */ 	
	margin: 0 auto;
}

#LinkIrDiretoPortalUnivale {
	padding: 4px;
	border-bottom: 1px solid #666666;
	font-size:18px;
	text-align: right;
	background-color: #999999;
	text-transform: uppercase;
}
#LinkIrDiretoPortalUnivale a {
	text-decoration: none;
	font-weight: bold;
	color: #F0F0F0;
}
