@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/bg.jpg);
	overflow: hidden;
}
#principal {
	position:relative;
	width:1000px;
	height:600px;
	z-index:3;
	margin: 0 auto;
	background-image: url(../imagens/bg_1.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#chicara {
	position:absolute;
	left:14px;
	top:387px;
	width:206px;
	height:198px;
	z-index:2;
}
