html, body {height:100%;}
body {
	margin:0;
	padding:0;
	color:#FFFFFF;
	text-align:center; /* hack para o IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #111111;
	background-image: url(../imgs/background.jpg);
	background-repeat: no-repeat;
}
#container {
	width:1000px;
	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:80px;
}
#top {
	width:1000px;
	height:90px;
}
#menu {
	height: 60px;
	width: 1000px;
	background-image: url(../imgs/menu_bg.gif);
}
#content {
	width:980px;
	float:left;
	text-align:justify;
	padding-left: 20px;
}
#content_home {
	width:960px;
	float:left;
	text-align:justify;
}
#home_news {
	width: 880px;
}

#content_main {
	width:880px;
	padding-left: 40px;
	text-align: justify;
	float: left;
}
#content_news {
	width:880px;
	padding-left: 40px;
	text-align: justify;
	float: left;
}
#content_produtos {
	width:920px;
	text-align: left;
	float: left;
}
#bgtop {
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	height: 65px;
	width: 880px;
	float: left;
}
#bgmid {
	background-image: url(../imgs/bg_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
	width: 880px;
	float: left;
}
#bgbot {
	text-align: center;
	width: 880px;
	height: 85px;
	float: left;
}
#bgmid_news {
	background-image: url(../imgs/bgnews_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
	width: 780px;
	padding-right: 40px;
	padding-left: 60px;
	float: left;
}
#bgmid_linhas {
	color: #000000;
	width: 780px;
	padding-right: 40px;
	padding-left: 60px;
	float: left;
}
#bgmid_produtos {
	width: 920px;
	float: left;
}

#footer {
	width:1000px;
	height:75px;
	position: absolute;
	bottom: 0;
	text-align:center;
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.clear {clear:both;}
