<!-- center vertically: -->
		html, body {
		height:99% !important;
		}
		#distance { 
		width:1px;
		height:50%;
		margin-bottom: -390px; /* half of container's height */
		float:left;
		}
		#videoBox {
		margin: 15px auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:800px;
		width:802px;
		clear:left;
		}
	
		body {background: #262829; margin: 0; padding: 8px; text-align: center;}
		#videoBox {}
		.videoBoxContent {display: none;}
		#videoBoxTable {margin-left: -3px; font-size: 13px;}
		#videoBoxTable div.videoBoxBorder {padding: 2px; background: #262829; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-bottom: 5px; -webkit-transition: background-color linear 0.1s; position: relative;}
		#videoBoxTable div.videoBoxBorder:hover {padding: 2px; background: #fff !important;}
		#videoBoxTable div.videoBoxBorder div {width: 147px; height: 90px; cursor: pointer; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
		.noSound {position: absolute; width: 45px; height: 45px; background: url(noSound.png) no-repeat top left; left: 114px; top: 6px; opacity: 0.6;}