﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
	font-family: arial;
	background: #000;
	color: #424d67;
}

#contentcontainer {
	width: 100%;
	text-align: left;
}

	#contentcontainer a { color: #424d67; }

#content {
	width: 920px;
	margin: 0 auto;	
}

	#content h1 a {
		width: 583px;
		height: 0;
		padding-top: 864px;
		margin: 10px 0 35px;
		overflow: hidden;
		display: block;
		float: left;
		background: url(../images/splash.jpg) no-repeat;
	}
	
	#sidebar {
		width: 259px;
		padding: 35px 0 0;
		float: right;
	}
		
		#sidebar h2 {
			width: 259px;
			height: 0;
			padding: 86px 0 0;
			overflow: hidden;
			display: block;
			background: url(../images/thesocialnetwork.jpg) no-repeat;
		}

	ul#film-menu {
		width: 257px;
		float: right;
		list-style-type: none;
		margin: 59px 0 0;
	}
	
		ul#film-menu li#quote {
				width: 257px;
				height: 112px;
				margin: 0 0 22px;
				overflow: hidden;
			}
			
				ul#film-menu li#quote .quote { 
					width: 259px;
					height: 113px;
				}
				
					ul#film-menu li#quote .quote1 { background: url(../images/quote.jpg) no-repeat; }
					ul#film-menu li#quote .quote2 { background: url(../images/quote2.jpg) no-repeat; }
					ul#film-menu li#quote .quote3 { background: url(../images/quote3.jpg) no-repeat; }
					ul#film-menu li#quote .quote4 { background: url(../images/quote4.jpg) no-repeat; }
					ul#film-menu li#quote .quote5 { background: url(../images/quote5.jpg) no-repeat; }
					ul#film-menu li#quote .quote6 { background: url(../images/quote6.jpg) no-repeat; }
					ul#film-menu li#quote .quote7 { background: url(../images/quote7.jpg) no-repeat; }
	
		ul#film-menu li#fb-recommend {
			width: 257px;
			background: url(../images/fb-like-content.gif) repeat-y;
		}
		
			ul#film-menu li#fb-recommend .aesthetics {
				padding: 10px 0 0;
				background: url(../images/fb-like-top.gif) no-repeat top left;
			}
			
				ul#film-menu li#fb-recommend .aesthetics .aesthetics {
					padding: 10px 15px;
					background: url(../images/fb-like-bottom.gif) no-repeat bottom left;
				}
				
					ul#film-menu li#fb-recommend #fbrecommend-iframe{
						padding: 0 0 0 55px;
					}
		
		ul#film-menu li a#enter-the-site {
			width: 257px;
			height: 0;
			padding-top: 72px;
			margin: 15px 0;
			display: block;
			overflow: hidden;
			background: url(../images/button-enterthesite.jpg) no-repeat;
		}
		
		ul#film-menu li a#watch-trailer {
			width: 257px;
			height: 0;
			padding-top: 43px;			
			display: block;
			overflow: hidden;
			background: url(../images/button-watchtrailer.jpg) no-repeat;
		}
		
		ul#film-menu li a#itrailer { 
			width: 257px;
			height: 0;
			padding-top: 43px;			
			display: block;
			overflow: hidden;
			background: url(../images/button-watchitrailer.jpg) no-repeat; 
		}
		
		ul#film-menu li a#wwrd {
			width: 257px;
			height: 0;
			padding-top: 43px;
			display: block;
			overflow: hidden;
			background: url(../images/button-wwrd.jpg) no-repeat;
		}
		
		ul#share {
			width: 187px;
			height: 26px;
			padding: 34px 0 0 70px;
			background: url(../images/button-connect.jpg) no-repeat;
			float: none;
			list-style-type: none;
			margin: 0;
		}
		
			ul#share li {
				float: left;
			}
			
				ul#share li a {
					width: 16px;
					height: 0;
					padding: 16px 0 0;
					overflow: hidden;
					display: block;
					margin: 0 0 0 5px;
				}
				
					ul#share li a.sharetwitter_button { width: 15px; }
		
	ul#logos {
		clear: both;
		padding: 0 0 0 140px;
		list-style-type: none;
	}
	
		ul#logos li { 
			float: left;
			margin-left: 61px;
		}
		
			ul#logos li.listfirst { margin: 0; }
	
	ul#legal {
		clear: both;
		float: left;
		list-style-type: none;
		padding: 20px 0 50px;
	}
	
		ul#legal li { 
			float: left;
			border-left: 1px solid #424d67;
			padding: 0 10px;
		}
		
			ul#legal li.listfirst { 
				border: none; 
				padding: 0 10px 0 0;
			}
			
	#copyright {
		float: left;
		padding: 20px 0 50px 146px;
	}
