html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
}

img {
	border-style: none;
}

#center-hor {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -291px;
	text-align: center;
	min-width: 800px; 
}

#center-vert {
	position: relative;
	text-align: left;
	width: 800px;
	height: 582px;
	margin: 0px auto;
}

#conteudo {
	width: 800px;
	height: 582px;
	position: absolute;
	top: 0;
	left: 0;
}

#mascara {
	position: absolute;
	overflow: hidden;
	top: 41px;
	left: 41px;
	width: 718px;
	height: 500px;
	margin: 0;
	padding: 0;
}

#miolo {
	position: absolute;
	width: 2154px;
	height: 1500px;
	top: -500px;
	left: -718px;
}

#barra-superior, #barra-inferior {
	width: 728px;
	height: 30px;
	position: absolute;
	left: 36px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#barra-esquerda, #barra-direita {
	height: 510px;
	width: 30px;
	position: absolute;
	top: 36px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#barra-superior {
	top: 0;
}

#barra-inferior {
	bottom: 0;
}

#barra-esquerda {
	left: 0;
}

#barra-direita {
	right: 0;
}

.registro {
	width: 20px;
	height: 20px;
	position: absolute;
}

#barra-superior .registro, #barra-inferior .registro {
	top: 5px;
	left: 354px;
}

#barra-esquerda .registro, #barra-direita .registro {
	top: 245px;
	left: 5px;
}

#quadrados-cor, #quadrados-cinza {
	position: absolute;
	width: 264px;
	height: 24px;
	top: 8px;
}

#quadrados-cinza {
	left: 11px;
}

#quadrados-cor {
	right: 11px;
	text-align: right;
}

.quadrado-link {
	width: 15px;
	height: 15px;
}

#tagline, #datahora {
	font: 10px/10px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	height: 10px;
	top: 10px;
	position: absolute;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	overflow: visible;
}

#tagline {
	left: 11px;
}

#tagline a {
	color: #000;
	text-decoration: none;
}

#tagline a:hover {
	color: #666;
}

#datahora {
	right: 11px;
	text-align: right;
}

/* @group Secoes */

.secao {
	position: absolute;
	width: 718px;
	height: 500px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 500px;
}

#secao1 {
	top: 0px;
	left: 0px;
	background-color: #111;
}

#secao2 {
	top: 0px;
	left: 718px;
	background-color: #333;
}

#secao3 {
	top: 0px;
	left: 1436px;
	background-color: #555;
}

#secao4 {
	top: 500px;
	left: 0px;
	background-color: #777;
}

#secao5 {
	top: 500px;
	left: 718px;
	text-align: center;
	vertical-align: middle;
}

#secao6 {
	top: 500px;
	left: 1436px;
	background-color: #999;
}

#secao7 {
	top: 1000px;
	left: 0px;
	background-color: #bbb;
}

#secao8 {
	top: 1000px;
	left: 718px;
	background-color: #ddd;
}

#secao9 {
	top: 1000px;
	left: 1436px;
	background-color: #ffc;
}



/* @end */

/* @group Legendas */

#legendas-cor, #legendas-cinza {
	color: #666;
	font: 9px/9px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	letter-spacing: 1px;
	height: 10px;
	position: absolute;
	top: -15px;
	width: 300px;
}

#legendas-cor {
	right: 11px;
}

#legendas-cinza {
	left: 11px;
}

.lcinza, .lcor {
	position: absolute;
	overflow: visible;
	top: 0;
	width: 100px;
	text-transform: uppercase;
}

.lcinza {
	text-align: left;
/*	margin-left: -38px;*/
}

.lcor {
	text-align: right;
/*	margin-left: -38px;*/
}

/* @end */
