html,body{
	background-image:url('http://www.forwardslashfilms.com/public/images/bg.jpg');
	background-color:#514e47;
	color:white;
	background-repeat:no-repeat;
}

body{
	margin-top:40px;
	margin-left:40px;
}

.content{
	color:white;
	
}
.wrapper{
	width:900px;
	float:left;
}

#header{
	float:left;
	margin-bottom:36px;
}

#header #logo{
	float:left;
	width:141px;
	z-index:9999!important;
}

#header #subtitle{
	float:left;
	width:auto;
	margin-left:8px;
	position:relative;
	top:8px;
}

#thumb{
	float:left;
	width:260px;
	height:147px;
	margin-right:13px;
	overflow:hidden;
	margin-bottom:13px;
}

#thumb img{
	float: left;
	overflow:hidden;
	cursor:pointer;
}
#thumb:hover img{
	border:1px solid #00FF00;
}
#thumb:hover img {
margin: -1px;
}


.content table, .content table td{
	border:0;
	padding:1px;
}

#less{
	color:#302F29;
	font-weight:300;
	font-size:13px;
}               

table td#left{
	width:155px!important;
}

table td{
	vertical-align:top!important;
}

table td p{
	font-size:13px;
	font-weight:300;
	line-height:16px;
}

#close{
	background-image:url('http://www.forwardslashfilms.com/public/images/close.png');
	background-position:top left;
	cursor:pointer;
	height:12px;
	width:12px;
	float:right;
	margin-bottom:6px;
	clear:both;
}

#close:hover{
	background-position:bottom left;
}

#watch{
	background-image:url('http://www.forwardslashfilms.com/public/images/watch_hv.png');
	width:57px;
	height:16px;
	background-repeat:no-repeat;
	opacity:0.5;
	margin-bottom:3px;
}

#about{
	background-image:url('http://www.forwardslashfilms.com/public/images/about_hv.png');
	width:54px;
	height:16px;
	background-repeat:no-repeat;
	opacity:0.5;
	margin-bottom:3px;
}

#contact{
	background-image:url('http://www.forwardslashfilms.com/public/images/contact_hv.png');
	width:71px;
	height:16px;
	background-repeat:no-repeat;
	opacity:0.5;
	margin-bottom:3px;
}

#watch:hover, #about:hover, #contact:hover{
	opacity:1;
}

#footer{
	padding-bottom:15px;
}

#helvetica{
	font-family: HelveticaNeue, Helvetica-neue, Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 800;
	text-transform: normal;
	letter-spacing: -1px;
	width:650px;
	line-height:42px;
	text-shadow: #000 0 0 0;
	vertical-align: baseline;
}

#helvetica p{
	margin-bottom:20px!important;
	margin-top:0!important;
}

#helvetica a{
	color:white;
	text-decoration:none;
}

#helvetica a:hover{
	border-bottom:3px solid #00FF00;
}

.jqmWindow a{
	color:white;
}