﻿body
{
	font-family:Arial;
	background-color:#7ca2ab;
	margin:0;
	padding:0;
}
img
{
	border:none;
}
#Container
{
	width:100%;
	height:100%;
	position:relative;
	margin:0;
	padding-top:10px;
}
#ButtonHolder
{
	width:100%;
	text-align:center;
	padding-top:10px;
}
	#MovieSynopsis,
	#EmailUpdates,
	#WatchTrailer
	{
		float:left;
		margin-left:20px;
		cursor:pointer;
	}
	#MovieSynopsisContainer
	{
		width:100%;
		display:none;
		position:absolute;
		background-color:#00324d;		
		color:#fbe1a6;
	}
		#MovieSynopsisContainer h2
		{
			margin-left:20px;
			margin-top:20px;
		}
		
	#MovieSynopsisContainer p
	{
		padding-left:20px;
		padding-right:20px;
	}
	#EmailContainer
	{
		width:100%;
		position:absolute;
		height:200px;
		display:none;
		background-color:#00324d;
		text-align:center;
	}
	#EmailBoxContainer
	{
		width:450px;
		margin:auto;
	}
	#EmailContainer h3
	{
		color:#fbe1a6;
	}
		#Email
		{
			border-style: none;
			border-color: inherit;
			border-width: medium;
			padding: 6px;
			font-size:20px;
			width:230px;
			background:#fbe1a6;
			color:#68838B;
			font-style:italic;		
			float:left;
		}
		#SUBBMIIT
		{
			display:block;
			width:60px;
			height:22px;
			float:left;
		}
		#sumbmit_email
		{
			display:block;
			padding:5px;
			border:solid 2px #7ca2ab;
			background-color:#68838B;
			color:#fbe1a6;
			width:60px;
			height:22px;
			float:left;
			text-decoration:none;
			cursor:pointer;
		}
		#sumbmit_email:hover
		{
			display:block;
			padding:5px;
			border:solid 2px #7ca2ab;
			background-color:#fbe1a6;
			color:#68838B;
			width:60px;
			height:22px;
			float:left;
			text-decoration:none;
		}
		#Thanks
		{
			display:none;
			width:400px;
			height:22px;
			float:left;
			color:#fbe1a6;
			font-style:italic;	
		}
		#CloseThanks
		{
			font-style:normal;
			font-weight:bold;
			cursor:pointer;
		}
		#CloseSynopsis
		{
			width:100%;
			display:block;
			text-align:center;
		}
			#closeSynImg
			{
				cursor:pointer;
			}
		#PleaseWait
		{
			display:none;
			float:left;
			width:16px;
			height:16px;
		}
		#Button
		{			
			display:block;
			float:left;			
			margin-left:20px;
			width:290px;
			height:48px;
		}
		#Button a
		{
			width:290px;
			height:48px;
			display:block;
		}
	#RedStars
	{
		width:100%;
		height:44px;
		background:#d71a21 url(images/rstar.gif) repeat-x;
	}
	#Logo
	{
		width:100%;
		height:364px;
		text-align:center;
		background:url('images/redYellowBg.gif') repeat-x;
}
	#BlueStars
	{
		width:100%;
		height:53px;
		background:#7ca2ab url(images/bstar.gif) repeat-x;
	}
	#GoToWebsite
	{
		width:100%;
		height:54px;
		text-align:right;
		background:url('images/red.gif') repeat-x;
		display:block;
	}