@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
	background-color: #000000;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	height: 100%;
}
#wrapper {
	height: 565px;
	width: 900px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
}