body{
	background: url(imagens/background1280.gif);
	background-position:center center;
}

#geral{
	width: 100%;
	height: 100%;
	position:relative;
}

#flash{
	position:absolute;
	width: 550px;
	height: 440px;
	left: 50%;
	margin-left: -275px; 
	top: 50%;
	margin-top: -240px;
}
#rodape{
	position:absolute;
	width:100%;
	height:95px;
	background:url(imagens/predios.png) repeat-x;
	top: 100%;
	margin-top: -95px;
	}
#infesq{
	position: absolute;
	width: 221px;
	height: 180px;
	top: 100%;
	margin-top: -180px;
	left: 0px;
	background: url(imagens/infesq.png);
	
}
#infdir{
	position:absolute;
	width: 218px;
	height: 300px;
	top: 100%;
	margin-top: -300px;
	left: 100%;
	margin-left: -218px;
	background: url(imagens/infdir.png);
	
}	
#topesq{
	position:absolute;
	width: 261px;
	height: 213px;
	top: 0;
	left: 0;
	background: url(imagens/topesq.png);
}
#topdir{
	position:absolute;
	width: 261px;
	height: 213px;
	top: 0;
	left: 100%;
	margin-left: -261px;
	background: url(imagens/topdir.png);

}	

