@charset "utf-8";

body {
	background-color: #29215c;
	overflow: hidden;
}

.images {
	display: inline;
	position: absolute;
	height: 100%;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	z-index: 1;
	margin-top: -300px;
	padding: 0px;
	font-size: 0px;
}