@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
	overflow-y: scroll;
}
.icon {
	border:none;
}
#background {
	position:absolute;
	width:100%;
	z-index:0;
}
#center {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:750px;
	height:600px;
	text-align: center;
	display:block;
}

