* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #000;
	font: 12px Arial, Tahoma, Helvetica, Verdana;
	text-align: center;
	overflow: hidden;
}
body.principal { background: #000 url(../imagens/bg_principal.jpg) no-repeat center top; }
body.riccieri, body.rci { background: #000; }
body.rmrw {	background: #F8F8F8 url(../imagens/bg_rmrw.gif); }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#corpo {
	width: 100%;
	height: 100%;
}
#corpo h1 { display: none; }
#corpo h2 {
	display: block;
	margin: 5px auto;
	text-align: center;
	cursor: default;
	font-size: 18px;
}

#go-to-content { display: block; position: absolute; top: -1000em; }

#corpo table {
	border: 1px solid #EEE;
	margin: 0 auto;
}
#corpo table td h1 {
	font-size: 16px;
	cursor: default;
	color: #1DAF15;
	display: block;
	text-align: center;
	margin-bottom: -1px;
}
#corpo table td {
	border: 1px solid #EEE;
	padding: 3px;
}
#corpo p.wall {
	font-weight: bold;
	padding: 10px;
	padding-left: 0;
	color: #FFF;
	text-align: justify;
	width: 600px;
}
#corpo img.wall {
	border: 1px solid #CCC;
}
#wall #corpo {
	text-align: left;
	padding-left: 10px;
	width: auto;
}
