@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	}

#wrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 536px;
	margin-top: -268px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -225px; /*always take 1/2 from the size of the width, they have to be negative*/
	}

#inside {
	width: 450px;
	height: 535px;
	margin: 0 auto;
	padding: none;
	}
