body {
	background-color: black;
	display: block;
	width: 100%;
	height: auto;
	margin: 24px auto;
}

#video-content {
	background-color: black;
	text-align: center;
	width: 100%;
	height: auto;
	}
	
.center {
    margin: 0 auto; 
    width: 640px;
    **display:block**
 }