@charset "utf-8";
/* CSS Document */

*{
	text-align:center;
}

body{
	margin:0 auto;
	width: 712px;
	background-color:#000000;
}

.conteudo{
	*width:712px;
	_width:712px;
	border:2px solid #eab863;
}
.contorno{
	width:712px;
	height:404px;
	margin-top:15%;
	*margin-top:10%;
	_margin-top:10%;
	border:3px solid #b95c0c;
}