/* RESET */

html,body,div {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background: transparent;
}

body {
	
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

/* LAYOUT */

html, body {
	width: 100%;
	height: 100%;	
	background: transparent;
}

iframe {
	width: 950px;
	height: 404px;
	border: 0;	
	z-index: 100;
	position: absolute;
	display: block;
	background: transparent;
	overflow: auto;
	zoom: 1;
	float: left;
}

#videoBackground {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 950px;
	height: 404px;
}

#txt {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 950px;
	height: 70px;
	z-index: 100;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	font-weight: normal;
}
