body {
	background-color: #0C090D;
	background-image: url(imagens/bg_01.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align:center;
}
.bg2{
	background-image:url(imagens/bg_02.gif);
	background-repeat:repeat-x;
}
/*CONTEINER*/
#conteiner{
	width:580px;
	text-align:left;
}

/*TOPO*/
#topo{
	/*background-image:url(imagens/img_02.gif);*/
	width:580px;
	height:570px;
}
#topo2{
	background-image:url(imagens/topo_hor.gif);
	width:580px;
	height:158px;
}
/*MENU*/
#menu{
	float:left;
	width:133px;
	padding-top:50px;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul li{
	margin-bottom:20px;
}
/*DIVISÓRIA*/
#divisao{
	background-image:url(imagens/img_06.gif);
	background-position: 0px 50px;
	background-repeat:no-repeat;
	width:47px;
	height:272px;
	float:left;
	padding-top:50px;
}
/*TEXTO*/
#texto{
	width:400px;
	float:left;
	text-align:justify;
	padding-top:45px;
	background-color:#0C090D;
}
/*BOTTOM*/
#bottom{
	clear:both;
	width:580px;
	height:30px;
}




