@charset "utf-8";
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#conteudo {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#quadro {
	position:relative;
	right:-30px;
	top:5px;
	width:315px;
	height:315px;
	z-index:1;
	background-color: #333;
	opacity:0.8;
	overflow: visible;
	visibility: visible;
	float: left;
}
#texto h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#texto {
	position:relative;
	right:-5px;
	top:5px;
	width:290px;
	height:305px;
	background: transparent;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	opacity:1;
	z-index:2;
	overflow: scroll;
	visibility: visible;
	text-align: justify;
	padding-right: 15px;
}

