h2 {
	text-align: center;
}
#column1 {
	float: left;
	width: 324px;
}
#column2 {
	float: left;
	width: 324px;
	margin-left: 15px;
}
#column3 {
	float: right;
	width: 324px;
}
.banner {
	z-index: 2;
	height: 230px;
}
#column1 .banner {
	background-image: url(../images/banner_perimeter.jpg);
	background-repeat: no-repeat;
}
#column2 .banner {
	background-image: url(../images/banner_proto.jpg);
	background-repeat: no-repeat;
}
#column3 .banner {
	background-image: url(../images/banner_habitat.jpg);
	background-repeat: no-repeat;
}
#column1 .gamelogo {
	position: absolute;
	top: 210px;
	left: 45px;
}
#column2 .gamelogo {
	position: absolute;
	top: 230px;
	left: 10px;
}
#column3 .gamelogo {
	position: absolute;
	top: 200px;
	left: 55px;
}
.description {
	z-index: 1;
	padding-top: 50px;
	min-height: 490px;
}
#column1 .description {
	padding-top: 42px;
	min-height: 498px;
}