	body, html {
		margin: 0; padding: 0;
		font-family: 'Verdana', Arial, Sans-Serif;
		font-size: 100%;
		line-height: 1.125em;
		text-align: center;
		background: #000;
		}
		
	a {
		outline: none;
		color: #d0538d;
		}
		
	#pressRelease {
		position: relative;
		text-align: left;
		background: #fff;
		padding: 0px;
		font-size: 0.6875em;
		padding: 20px;
		width: 733px;
		width: 693px;
		margin: -1px auto 0 auto;
		border: 1px solid #fff;
		text-align: justify;
		}

	#pressRelease h1, #pressRelease h2 {
		text-align: center;
		font-size: 1.5625em;
		}

	#pressRelease h2 {
		font-size: 1.125em;
		}
		
	.emailForm {
		position: absolute;
		top: -70px;
		right: 0px;
		}
	
	.emailForm p {
		margin: 0;
		padding: 0;
		color: #fff;
		}
		
	.emailForm #email {
		width: 225px;
		}
		
	/*	Email Form On Email Page	*/

	.movieArea {
		width: 640px;
		height: 480px;
		background: url(/images/movie_03.jpg) no-repeat #000;
		position: relative;
		}

	.movieArea.email{
		overflow: auto;
		}
	
	.movieArea h1 {
		padding: 0;
		margin: 91px auto 20px auto;
		font-size: 1.5625em;
		}
		
	.movieArea #movie_03 {
		display: none;
		position: absolute;
		left: -5000px;
		}

	.movieArea #errorImg {
		position: absolute;
		top: 0;
		left: 0;
		}
		
	.movieArea p.desc {
		padding: 0;
		margin: 0;
		font-size: 0.6875em;
		}

	.movieArea p.notes {
		padding: 0;
		margin: 30px 20px 20px 20px;
		font-size: 0.6875em;
		
		}
	
	div.message {
		margin: 0;
		padding: 20px 20px 0 20px;
		font-size: 0.875em;
		font-weight: bold;
		}
	/*	Email Form On Email Page	*/
	

