@charset "UTF-8";
body {
	font: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 18pt;
	background: #4D4D4D;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

a {
	color: #ddd;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}	

#container {
	width: 960px;  
	min-height: 100%;
	margin: 0 auto; 
	text-align: left; 
	postion: relative;
	background: #ffcc05;
	height: auto;
}
.oneColFixCtr #mainContent {
	patsyMinkLandingPage: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#topContainer{
	position: relative;
	height: 586px;
	width: 960px;
	}
#clickForTrailerButton {
	position: absolute;
	top: 50px;
	left: -1px;
	z-index: 3;
	}
#clickForTrailerButton:hover{
	background: #666;
	cursor: pointer;

	}
#backgroundImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.frameAnimated{	
	display:none;
	}
.frameStatic {
	display:block;	
	}	
#tagline{
	position: absolute;
	top: 50px;
	left: 26px;
	z-index: 1;
	}
	
#bottomContainer{
	background: #000;
	width: 960px;
	height: 300px;
	color: #ddd;
	}	
	
#patsyMinkLogo {
	float: left;
	margin: 40px 0 0 40px;
	}	
#movieDescription{
	float: right;
	width: 340px;
	margin: 40px 40px 0 0px;
	}	
#movieDescription p {
	padding: 0 0 10px 0;
	
	}

#findOutMoreLinkBottom	{
	float: right;
	}
#viewTrailerLinkBottom{
	float: left;
	}	
	
/* AWARDS */	
#awardsContainer{
	position: relative;
	float: left;
	clear: left;
	margin: 20px 0 0 20px;
	}	
	
#awardsOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	}	
	
#awardsStripContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 415px;
	overflow: hidden;
	}	
#awardsStrip{
	background: url(../images/awards.png);
/*	width:1428px; */
    width:1584px;
	height:77px;
	}	
