html, body {height:100%;}
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;
	}
* html #container {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}
#main {padding-bottom:30px;}
#top {
	width:988px;
	height:41px;
	background-image: url(img/bg_head.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
#content {
	width:988px;
	}
#footer {
	width:988px;
	height:20px;
	position: absolute;
	bottom: 0;
	text-align:center;
	}
#footer  p {
	margin:0;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.clear {clear:both;}
