* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: CharterOSCRegular;
	background: #000;
	color: #000;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
	overflow: hidden;
	
}
#logo {
	position: fixed;
	top: 12px;
	left: 17px;
	
	width: 94px;
	height: 9px;
	background: url(../images/logo_white.png);
	z-index: 100000;
}
#wrapper {
	position: relative;
	width: 700px;
	height: 95%;
	margin: 2% auto;
	z-index: 3;
}
p {
	font-family: 'Courier New';
	font-size: 16px;
	color: #000;
	line-height: 1.35;
	
}
.likes {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 140px;
	z-index: 1000;
}
#video {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	
	iframe {
		display: block;
	}
	.secure {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
}