body {
	background:url(../img/fundo-arroba.jpg) no-repeat #E3972B;
}
body.contato {
	background:url(../img/contato.jpg) no-repeat #E3972B;
}

#Cabecalho h1 a {
	position:absolute;
	top:100px;
	left:60px;
	display:block;
	width:200px;
	height:200px;
	text-indent:-9999px;

	background:url(../img/fundo-arroba.jpg) no-repeat 9999px 9999px; /* pegar link no IE7 burro! */
}

#Conteudo p a {
	position:absolute;
	top:100px;
	left:280px;
	display:block;
	width:370px;
	height:130px;
	text-indent:-9999px;

	background:url(../img/fundo-arroba.jpg) no-repeat 9999px 9999px; /* pegar link no IE7 burro! */
}

#Rodape p a {
	position:absolute;
	top:235px;
	left:280px;
	display:block;
	width:370px;
	height:30px;
	text-indent:-9999px;

	background:url(../img/fundo-arroba.jpg) no-repeat 9999px 9999px; /* pegar link no IE7 burro! */
}
#Contato p,
form {
	position:absolute;
	top:170px;
	left:290px;	
	
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:100%;
	font-weight:normal;
	color:#666;
}
form label {
	display:block;
	width:120px;
	float:left;
	text-align:right;
}
form input,
form textarea {
	margin-left:5px;
	width:200px;
}