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

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
}
#wrapper {
	height: 392px;
	width: 342px;
	position: absolute;
	left: 50%;
	margin-left: -171px;
	top: 50%;
	margin-top: -196px;
}