/* Formatação Padrão.php */
html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000000;
	}
#container {
	width:988px;
	position:relative; /* truque para a centralização do lay-out */
	text-align:left; /* "remédio" para o hack do IE */
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	}
* html #container {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}
#top {
	width:988px;
	height:115px;
	text-align: center;
	background-image: url(../imgs/bg_top.gif);
	}
#main {
	padding-bottom:28px;
}

#content {
	width:988px;
	}
#footer {
	width:988px;
	height:28px;
	position: absolute;
	bottom: 0;
	text-align:center;
	}
#footer  p {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	}
.clear {clear:both;}
