*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}
h1{
	display: none;
}
h3{
	font-weight: normal;
}
body{
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
#topo{
	background-image: url(img/topo.gif);	
	width: 701px;
	height: 73px;
}
#casa{
	background-image: url(img/casa.gif);
	width: 550px;
	height: 458px;
	margin-left: 100px;
	z-index: 0;
}

#ar,
#agua,
#energia,
#comida,
#comunicacao,
#remedios,
#textos{
	position: absolute;
	z-index: 2;
}
#ar{
	left: 290px;
	top: 380px;
}
#agua{
	left: 100px;
	top: 330px;
}
#energia{
	left: 440px;
	top: 440px;
}
#comida{
	left: 240px;
	top: 440px;
}
#remedios{
	left: 330px;
	top: 440px;
}
#comunicacao{
	left: 170px;
	top: 300px;
}
#txar,
#txagua,
#txenergia,
#txcomida,
#txcomunicacao,
#txremedios{
	visibility: hidden;
	width: 720px;
	height: 30px;
	padding: 2px 5px;
	position: absolute;
	left: 10px;
	top: 470px;
	z-index: 4;
}
#textos{
	z-index: 1;
	visibility: visible;
	filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
	z-index: 2;
	width: 725px;
	height: 70px;
	background-color: White;
	border: 1px solid #ccc;
	position: absolute;
	left: 10px;
	top: 470px;
}
