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

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#container {
	height: 100%;
	width: 100%;
	text-align: center;
}

#container img {
	position: relative;
	top: 50%;
	margin-top: -275px;
}