#master {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 2;
	visibility: visible;
}
#background {
	height: 550px;
	width: 800px;
	margin-top: -270px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
}
body {
	background-color: #020202;
