/* CSS Document */
@charset "utf-8";

#tudo_center {
	position:relative;
	width: 975px;
	height: 700px;
	padding: 10px;
	text-align:left; /* "remédio" para o hack do IE */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

body {
	margin:0;
	padding:0;
	background:#ffffff;
	text-align:center; /* hack para o IE */ }
#contato {
	position:absolute;
	left:515px;
	top:388px;
	width:200px;
	height:200px;
	z-index:2;
	background-image: url(img/contato.png);
}

#twitter {
	position:absolute;
	left:700px;
	top:388px;
	width:auto;
	height:auto;
	z-index:3;
}


#logo {
	position:absolute;
	left:10px;
	top:10px;
	width:400px;
	height:100px;
	z-index:2;
	background-image: url(img/logo_peq.png);
}

#fundo {
	position:absolute;
	left:98px;
	top:71px;
	width:800px;
	height:500px;
	z-index:1;
	background-image: url(img/manutencao.png);
}
#email {
	position:absolute;
	left:790px;
	top:388px;
	width:auto;
	height:auto;
	z-index:3;
}
#telefone {
	position:absolute;
	left:708px;
	top:475px;
	width:auto;
	height:84px;
	z-index:3;
}
#rodape {
	position:absolute;
	left:212px;
	top:555px;
	width:auto;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
}

.style1 {
	font-family: "Courier New", Courier, monospace;
	color: #333333;
}

