@charset "UTF-8";

/* Reset */
html, body { background-color:#000000; }
* { margin:0px; padding:0px; border:0px; }
html, body { width:100%; height:100%; }
.clear { clear:both; height:1px; line-height:1px; }
textarea { resize:none; }

::selection { background:#5e6a7a; color:#ffffff; }
::-moz-selection { background:#5e6a7a; color:#ffffff; }
::-webkit-selection { background:#5e6a7a; color:#ffffff; }

h1 { display:none; }

/* Main */
#main {
	width:100%; height:100%;
}


#videoBackground {
	overflow:hidden;
	position:absolute;
	top:68px;
}

#videoJS {
	left:50%;
}