html {
	overflow-y: scroll;
}
body {
	background: #EEEEEE;
	color: #111148;
	font-family: Arial, Sans Serif, sans-serif; 
	font-size: 12px;
	margin: 0px;
}
body a {
	text-decoration: none;
	color: #111148;
}
body a:hover {
	color: #8C0000;
}
img {
	border: 0px none;
}
div {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.master {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.nhl, .soha {
	float: left;
	width: 49.99%;
	height: 100%;
}
.nhl div, .soha div {
	width: 200px;
	margin: 0px auto;
	margin-top: 150px;
	text-align: center;
}
.nhl {
	background: #1F2A3B;
}
.soha {
	background: #EEEEEE;
}