@charset "utf-8";
/* CSS Document */

body {
	background-color: #100900;
}
#container {
	background-color: #100900;
	float: none;
	clear: both;
	margin: auto;
	height: auto;
	width: auto;
}
#video {
	margin: auto;
	height: 550px;
	width: 800px;
}

