body	{
	margin:			0;
	padding:		0;
	text-align:		center; /* hack para o IE */
}

html, body	{
	height: 100%;
}

#main {
	margin:		0 auto; 
	min-height: 100%;        
	text-align:	left;/* "remédio" para o hack do IE */ 
}

* html #main	{
	height: 	100%; /* hack para IE6 que trata height como min-height */
	position: 	relative;
}	

#top	{
	background:#CCC;
	width:100%;
	height:20px;
	position:absolute;
	top:0;
	border:dotted #666;
	border-width: 1px 0;
	text-align:center;
	
}

#center-image {	
	text-align:			center ;
	padding:			5px;
}

#center-image img	{
	position: 	absolute; 
	left: 		50%; /* posiciona a 90px para a esquerda */ 
	top: 		50%; /* posiciona a 70px para baixo */
	margin-left:-224px;
	margin-top:	-59px;
}

#footer	{
	background:#CCC;
	width:100%;
	height:20px;
	position: absolute;
	bottom: 0; 
	border:dotted #666;
	border-width: 1px 0;
	text-align:center;
}

#footer p {
	margin:0;
	font-weight:bold;
	color:#333;
}

