html, body {
	background-image:url(../media/index/BACKGROUND_TILE.gif);
	cursor: url(../media/index/cursor.png), auto;
}
#buttons {
	position: absolute;
	width: 818px;
	height: 570px;
	left: 50%;
	top: 50%;
	margin-left: -409px;
	margin-top: -285px;
}
#merch {
	position: absolute;
	width: 140px;
	left: 50%;
	margin-left: -70px;
}
#contact {
	position: absolute;
	width: 350px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -50px;
}
#videos {
	position:absolute;
	width: 250px;
	left:50%;
	margin-left: -125px;
	top: 430px;
}
#tour {
	position: relative;
	float:right;
	top: 50%;
	height: 144px;
	margin-top: -72px;
}
#stream {
	position:absolute;
	height: 144px;
	top: 50%;
	margin-top: -72px;
}