@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica;
	/*background: #58341d;*/
	background:#53301A;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.video {
	margin: 200px auto;
	width: 468px;
	padding: 0;

}

#wrapper {
	align: center;
	width: 1018px;
}

.topleft {
	position: absolute;
	top: 50px;
	left: 50px;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	

	
}
.topleft h2 {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #e10079;
}

.topleft a:link, .topleft a:visited {
	text-decoration: none;
	color: #FFF;
}

.topleft a:active, .topleft a:hover {
	text-decoration: underline;

}
