html, body {
	height: 100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#wrap {
	min-height: 100%;
	padding: 0 2em;
	background: url(../images/bg-sea.jpg) no-repeat center top;	
	background-size: 100% auto;
}
@media (max-width: 1600px) {
	#wrap {
		background-size: auto 100%;
	}
}
body {
	background-color: #e8e8e8;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	color: #444444;	
}
img {
	max-width: 100%;
}
a img {
	border: 0;
}
#topStuff {
	max-width: 1400px;
	/*height: 130px;*/
	margin: 0px auto;
	text-align:center;
	padding:20px 0px 0px 0px;
	position: relative;
}
#logo {
	margin: 0 auto;
	text-align:center;
	width: 100%;
}
#socialBar {
	width: 95px;
	height: 40px;
	float: right;
	top: 50%;
	right: 10px;
	position: absolute;
}
@media (max-width: 780px) {
	#socialBar {
		top: 100%;
		right: 0;
	}
}
#fb{
width:24px;	
height:24px;
float:left;
margin-left:5px;
margin-right:0px;
margin-top:0px;
overflow:hidden;
z-index: 2;
background-repeat: no-repeat;
cursor: hand; 
cursor: pointer;
}
#twitter{
width:24px;	
height:24px;
float:left;
margin-left:5px;
margin-right:0px;
margin-top:0px;
overflow:hidden;
z-index: 2;
background-repeat: no-repeat;
cursor: hand; 
cursor: pointer;
}
#gplus{
width:24px;	
height:24px;
float:left;
margin-left:5px;
margin-right:0px;
margin-top:0px;
overflow:hidden;
z-index: 2;
background-repeat: no-repeat;
cursor: hand; 
cursor: pointer;
}
#mainContent{
	/*background-color:#9CC;*/
	width:100%;
	max-width: 1400px;
	overflow: auto;
	padding-bottom: 225px;
	margin: 0 auto;
	clear: both;
}
#dvdSection{	
	float:left;
	width: 40%;
	padding-bottom: 1em;
}
@media (max-width: 780px) {
	#dvdSection {
		width: 100%;
	}
}

#dvds {
	float: left;
	width: 100%;
	text-align: center;
}

#dvdText {
	text-align:center;
	font-size:20px;
	font-weight:normal;
	margin: 0 2em;
}
@media (max-width: 800px) {
	#dvdText {
		font-size: 16px;
	}
}
.clearFloats {
	clear: both;
}



/*/////////////////////////////////////////////////////////*/
#trailerSection{	
	/*background-color:#33F;*/
	width: 55%;
	float:right;
}
#trailerSection #Content {
	border: 10px solid #fff;
	box-shadow: 0 4px 6px 0 #777;
}
#trailerSection #Content #mediaplayer_wrapper,
#trailerSection #Content .jwplayer {
	margin-bottom: -5px;
}
@media (max-width: 780px) {
	#trailerSection {
		width: 100%;
	}
}

#movieTrailer{
	width:95%;
	margin:50px 0 20px 0;
	padding:0;
}
@media (max-width: 780px) {
	#movieTrailer {
		width: 100%;
	}
}
#trailerSection .message {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding: .5em 0;
	font-weight:700;
}
#trailerSection .message span {
	width: 70%;
	float: left;
	margin: .5em 0;
}
#trailerSection #text1.message  span{
	margin-top: 1em;
}
#trailerSection .message img {
	float: right;
	margin-left: 1em;
	margin-top: 10px;
	max-width: 25%;
	height: auto;
}
@media (max-width: 980px) {
	#trailerSection .message span {
		width: 100%;
	}
	#trailerSection .message img {
		max-width: none;
		margin: auto;
		float: none;
	}
	#trailerSection .message br {
		display: block;
	}
}

/*///////////////////////////////////////////////////////////*/


.clearFloats {
	clear: both;
}

#bottomSection{
	height: 225px;
	margin: 0px auto;
	text-align:center;	
	/*background-color:#993;*/
	position: relative;
	margin-top: -225px;
	clear: both;
	width: 100%;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	background-size: 100% 100%;
}
@media (max-width: 1200px) {
	#bottomSection{
		background-size: auto 100%;
	}
}
#enterSite{
	width: 175px;
	height: 60px;
	margin: 0px auto;
	text-align:center;		
	/*background-color:#3C6;*/	
	font-size:24px;
	line-height: 225px;
}
a:link {
	color: #444444;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #444444;
}
a:active {
	color: #444444;
}

