html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	background-color: #231f20;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#container {
	height: 1px;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#container #background {
	background-image: url(pyramid_holder.jpg);
	position: absolute;
	margin-top: -262px;
	margin-left: -308px;
	height: 526px;
	width: 616px;
}

#container  #background a {
	background-image: url(holder.png);
	height: 464px;
	width: 556px;
	display: block;
	margin: 30px;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
}
