html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#000;
	text-align:center;
	min-width:964px;
	min-height:500px;
}
#vertical{
	position:absolute;
	left:0;
	width:100%;
}
#inner {
	width:962px;
	margin-left:auto;
	margin-right:auto;
	height:702px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
}

#border {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:700px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
	border:1px solid #FFF;
	background-color: #1A171B;
	position: relative;
}

#teatroPavanaContent {
	height: 570px;
	width: 960px; 
	position: absolute;
	z-index: 1000;
	top: 130px;
	left: 0px;
}

#teatroPavanaHeading {
	width: 960px;
	height: 130px;
	position: absolute;
	z-index: 4000;
	top: 0px;
	left: 0px;
}

div.teatroPavanaHeadingPhotos {
	position: relative;
	width: 960px;
	height: 99px;
	margin: 0;
}


h1 {color:#fff;margin:0;padding:0}


a:link,
a:visited,
a:active,
a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}