@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
}
#video{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 360px;
	margin-left: -320px;
	margin-top: -190px;
}
#image{
	position: absolute;
	width: 192px;
	height: 130px;
	left: 50%;
	margin-left: -96px;
	padding-top: 550px;
}