div#touchArcadeAd1, div#touchArcadeAd2 {
	position: absolute;
	z-index: 100;
	width: 147px;                /* set to width of ad spaces */
	height: 266px;               /* set to height of ad spaces */
	left: 50%;
	top: 259px;                  /* set to vertical position of ad spaces */
}

div#touchArcadeAd1 {
	margin-left: -635px;		/* set to negative value of 488 + width of left ad space */
}

div#touchArcadeAd2 {
	margin-left: 482px;
}

div#touchArcadeAd1 a, div#touchArcadeAd2 a {
	display: block;
/*	color: #fff;                 Just for demo. This line can be removed. */
/*	background-color: #ff0000;   Just for demo. This line can be removed. */
	width: 147px;                /* set to width of ad space */
	height: 266px;               /* set to height of ad space */
}
