div#playtitle {
	position: relative;
	top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}

div.lefthalfpage {
	position: relative;
	top: 45px;
	width: 58%;
	height: 65%;
	float: left;
}

div.righthalfpage {
	position: relative;
	top: 45px;
	width: 38%;
	height: 65%;
	float: right;
}

a.flyer {
	text-decoration: none;
	color: rgb(150,50,50);
}