body {
	background: #1F1A17;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#box {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -245px;
}
div#barra1 {
	background: #FFF;
	height: 10px;
	display: block;
	margin-bottom: 3px;
}
div#barra2 {
	background: #E77817;
	display: block;
	height: 5px;
}
div#indexTop {
	width: 800px;
	height: 340px;
	display: block;
	background: #1F1A17 url(../images/index.jpg) top center no-repeat;
}
div#indexBottom {
	width: 800px;
	height: 55px;
	display: block;
	background: #1F1A17 url(../images/index.jpg) bottom center no-repeat;
}
