body {
	background-color: #000;
	background-image: url(../images/home_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
#logo {
	position: absolute;
	right: 0px;
	top: 25px;
	left: auto;
}
#header .nav {
	right: auto;
	left: 0px;
}
#main {
	margin-top: 520px;
}
#column1 {
	position: relative;
	float: left;
	width: 324px;
}
#column2 {
	position: relative;
	float: left;
	width: 324px;
	margin-left: 15px;
}
#column3 {
	position: relative;
	float: right;
	width: 324px;
}
#column1 .content_box {
	background-image: url(../images/banner_perimeter.jpg);
	background-repeat: no-repeat;
	height: 230px;
}
#column2 .content_box {
	min-height: 230px;
}
#column3 .content_box {
	padding-top: 70px;
	min-height: 170px;
}
#column1 .gamelogo {
	position: absolute;
	top: -20px;
	right: 5px;
}
#column1 .button {
	position: absolute;
	top: 70px;
	right: 35px;
}
#column3 .gamelogo {
	position: absolute;
	zoom: 1;
	top: -35px;
	left: 20px;
}