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

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
}

body {
	background: #000;
}

#preview {
	position: absolute;
	width: 750px;
	height: 415px;
	left: 51%;
	top: 45%;
	margin-left: -375px;
	margin-top: -207px;
}

#preview img {
	width: 100%;
}