@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
}

#content img {
	margin: 35px;
}

#stream {
	position: absolute;
	width: 640px;
	height: 466px;
	top: 50%;
	left: 50%;
	margin-top: -233px;
	margin-left: -320px;
}

#stream img {
	margin-top: 50px;
	margin-left: 170px;
}

