#artigo {
	width:936px;
	background:url(img/bg1.jpg);
	height:942px;
	display:block;
	text-decoration:none;
}
#artigo2 {
	width:936px;
	background:url(img/bg2.jpg);
	height:1000px;
	display:block;
	text-decoration:none;
}
#texto-artigo {
	width:925px;
	color:#000;
	position:absolute;
	top:5px;
	left:10px;
	line-height:16px;
	margin-top:0;
}
#texto-artigo h2 {
	line-height:10px;
	font-size:30px;
}
#abertura{
	position:absolute;
	top:10px;
	left:15px;
	width:620px;
	padding:10px;
	background-image:url(img/bg-texto.png);
	border:1px solid #ff9900;
}
#abertura h2{
	margin-bottom:-8px;
	text-align:left;
	font-size:26px;
	color:#FFFFFF;
}
#abertura p{
	padding-top:10px;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
}
#abertura p b{color:#FFFFFF;}
