@charset "utf-8";
a {
	outline: none;
}
body {
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */	
	background-color: #000000;
}
#tudo {
	width: 960px;
	margin:0 auto;			
	padding: 0px;
	text-align:left; /* "rem�dio" para o hack do IE */	
}
#conteudo {
	padding: 0px;
}
#bgvideo {
	position: absolute;
	top: 100px;
	z-index: 1;
}
#topo {
	position: absolute;
	top: 0px;
}
#iframe {
	position: relative;
	top: 100px;
	left: 220px;
	z-index: 2;
	width: 740px;
}
#btn {
	position: absolute;
	top: 100px;
	z-index: 3;
	width: 200px;
}
#texto {
	font-family: "Arial Black";
	color : #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
h1 {
	font-size: 14px;
}