.main {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 480px;
	width: 99%;
	top: 60px;
}
.background {
	background-repeat: no-repeat;
	background-position: center 96px;
	background-color: #6b6b6b;
}
.sidelogo {
	position: fixed;
	visibility: visible;
	z-index: auto;
	height: 200px;
	width: 50px;
	top: 60px;
}

