body {
	text-align: center;
	text-decoration: none;
	border: 0;
	margin: 0px;
	padding: 0px;
	background-image: url(Background.jpg);
	background-repeat: repeat-y;
}

.logo {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	height: 121px;
	width: 232px;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -116px;
	text-decoration: none;
	z-index: 2;
}

