/* estilo.css 
 *
 * 30.05.2009 - 01:17 
 * Estilo CSS para Página de construção
 * 
 * Conecte Web - Cléber F. Oliveira
 */

body {
	background-color: #dde8f0;
	overflow-y:hidden; 
	overflow-x:hidden;
}

#conteudo {
	text-align: center;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	width:1024px;
	height:682px;
	overflow:hidden;
	background-image: url(manutencao.jpg);
}
