/* CSS Document */

<!--
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background-image: url(back.gif);
	background-repeat: no-repeat;
}
#meio {
	background:#ffffff;
	width:100%;
	height:336px;
	position: absolute;
	top: 50%;
	margin-top: -168px;/*metade da altura*/
	border-top-color: #D3D3D3;
	border-top-style: dashed;
	border-top-width:1px;
	border-bottom-color: #C9C9C9;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 0;
}
#filme{
margin-left:auto;
margin-right:auto;
width:770px;
height:210px;

}