html {
	margin: 10px;
	padding: 10px;
}
	


#page-container {
	width:680px;
	/*height:1024px;*/
	height: 651px;
	background:url(images/theatreseats.jpg) top right no-repeat;
	text-align:center;
	position:relative;
	margin: 10px;
	padding:0;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}

div.title {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: 'bookman', 'times new roman', roman,  times, serif;
	font-size:40pt;
	font-weight: bold;
	color:#000000;
	text-align:center;
	padding: 10px;
	background: url(images/bg-65p.png) transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg-65p.png');
}

div.abn {
	font-size:40%;
}

div.play {
	position: relative;
	width: 100%;
	font-family: 'bookman', 'times new roman', roman,  times, serif;
	font-size:20pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
	padding: 1px;
	margin: 5px;	
}

#container2 {
	width:680px;
	height:651px;
	background:url(images/theatreseats.jpg) top right no-repeat;
	text-align:left;
	position:relative;
	margin:0 auto;
	padding:0;
}

a.play:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.play:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.play:hover {
	color: #FFFF9F;
	text-decoration: none;
}

a.play:active {
	color: #FFFFFF;
	text-decoration: none;
}


