* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background:url(theater_bg.jpg);
	height:100%;
	color:#FFF;
}
a {
	color: #fe99f1;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
/*margin: 0 0 18px*/
}
input {
/*vertical-align: middle;*/
}
.highlightit img {
	border: 6px solid;
	background: #fe99f1;
}
.highlightit:hover img {
	border: 6px solid;
	border-color:#7608a8;
}
#wrapper {
	width: 996px;
	margin: 0 auto;
	height:100%;
	background-color:#FFF;
	text-align:center;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#7608a8;
	text-decoration:none;
}
.text1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
.text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fb58e7;
	text-decoration:none;
	line-height:30px;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
	background: #FFF;
	text-align:center;
	width:996px;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	/*	background: #FFF;*/
	
	width:994px;
	height:100%;
	text-align:center;
	/*	background: #fd59e8;*/
	margin: 0 auto;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 98px;
	background:#650590;
}
