body {
	background-color: #000;
	background-image: url(assets/theater.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FF0;
}
a:hover {
}
a:active {
}
