body {
	margin: 0px;
	padding: 0px;
	background-color: #E3E3E3;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.meio {
	position: absolute;
	top: 50%;
	left: 0%;
	margin-bottom: -4792px;
	margin-top: -315px;
	width: 100%;
}
#content {
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: auto;
	height: 630px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 9584px;
	height: auto;
	position: relative;
}
.meio #textos {
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}
