body {
	background: #fff url(../img/background.png) no-repeat top center;
	font-family: 'Droid Sans', sans-serif;
}

.header h1 {
	display: block;
	width: 640px;
	height: 153px;
	background: url(../img/logo.png) no-repeat top center;
	text-indent: -9990px;
	overflow: hidden;
	margin: 0 auto;
}

.header h2 {
	display: block;
	width: 460px;
	height: 68px;
	background: url(../img/leadin.png) no-repeat top center;
	text-indent: -9990px;
	overflow: hidden;
	margin: 0 auto;
}

h3 {
	font-weight: bold;
	color: #ca191c;
	font-size: 18px;
	margin-bottom: 8px;
}	
a {
	color: #ca191c;
}

.movie {
	padding-top: 130px;
}

.movie .frame {
	width: 640px;
	margin: 0 auto;
}

.signuparea {
	padding-top: 150px;
}

.signuparea .frame {
	width: 300px;
	margin: 0 auto;	
}

a.signup {
	display: block;
	width: 205px;
	height: 55px;
	background: url(../img/signup.png) no-repeat top center;
	text-indent: -9990px;
	overflow: hidden;
	margin: 0 auto;
}

a.signup:hover {
	background-position: left bottom;

}