html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000000;
	background-image: url(../imagens/bg_videoplayer.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#wrap {
	width: 990px;
	height: 585px;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	margin-left: -495px;
	position: relative;
	overflow: visible;
}


