@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/theater404.gif);
	background-repeat:no-repeat;
	}

a {
color:#FFFFFF;
}
	
#player{
	margin: 50px;
	margin-left:200px;
	padding: 2px;
	border-color:#990000;
	border-style:solid;
	border-width:2px;
	}

#home { 
	background-image:url(images/home.gif);
	width:100px;
	height:50px;
	margin-top:180px;
	margin-left:20px;
	}

#theatercontent {
	width:730px;
	}
	

#theatertext {
	text-align:center;
	font-family:Copperplate, Optima, Onyx, sans-serif, serif, fantasy;
	color:#999999;
	padding:10px;
	margin-left:230px;
	width:400px;
	}