#opener {
	width: 770px;
	height: 258px;
	position: relative;
	margin: 0 auto;
	font-family: sans-serif;
	overflow: hidden;
	background-color: #fff;
	border-left:  4px solid white;
	border-right: 4px solid white;
}

#colA { overflow: hidden; height: 258px; width: 390px; }

#logo_box {
	/* position: absolute;	left: 0; top: 0; */
	background-color: #9F8F54;
	height: 170px;
	width: 390px;
	overflow: hidden;
}
#logo {
	height: 170px;
	width: 390px;
}

#words {
	/* position: absolute; left: 0; top: 175px; */
	margin-top: 4px;
	background-color: #d3c9a4;
	width: 390px;
	height: 84px;
	text-align: center;
}

#quote {
	position: relative;
	top: 20px;
}

#marathon {
	background-color: #d3c9a4;
	color: #9F8F54;
	position: absolute;
	left: 394px;
	top: 0;
	width: 375px;
	height: 258px;
}

#smw{
	position: absolute;
	top: 110px;
	left: 400px;
	white-space: nowrap;
	text-align: center;
	width: 375px;
}

#smw span { font-size: 36px; }

.xbox {
	position: absolute;
	background-color: #d3c9a4;
	width: 96px;
	height: 66px;
}
