/* ESTRUTURA
*****************************************************************************************/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 1.5em;
	}

body {
	height: 100%;
	width: 100%;
	background: #575757 url(/images/revista_bg.gif);
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 58.5%; /* tamanho de corpo padrao */
	color: #fff;
	}
	
div, span, p, a, h1 { position: relative; }

.content { width: 100%; overflow: hidden; }

.bg { width: 1140px; height: 704px; margin-bottom: -704px; margin-left: 50%; left: -585px; }
.bg[class] { background: url(/images/revista_area_bg.png) no-repeat center top;}

.topo { width: 850px; height: 93px; margin: 0 auto; } 
.content h1 { position: absolute; left: 0; top: 10px; font-size: 1em; width: 100px; height: 101px; text-indent: -9000px; overflow: hidden; background: url(/images/revistaepz_logo.jpg) no-repeat; }

.revista { width: 880px; height: 674px; margin: 0 auto; }

.footer { width: 850px; margin: 30px auto 0 auto; height: 50px; }
.developer { position: absolute; right: 0; top: 0; width: 121px; height: 28px; text-indent: -9000px; overflow: hidden; background: url(/images/cammino_logo_revista.gif) no-repeat; }
