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

body {
	background-color: #000000;
	background-image: url(graphics/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.poster {
	margin-bottom: 30px;
}
.rave_title {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.rave_title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EC1C22;
	text-decoration: none;
}
.rave_title a:hover {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ED1C25;
}
#logo {
	width: 970px;
	background-image: url(logo6.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 225px;
}
#footer {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.rave_title form {
	width: 200px;
}
