body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}
.full {
  background: url(../static_img/bg/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.transparented {
    background-color:rgba(255,255,255,0.75);
}
.movieContainer {
font-size:14px;
color:#000;
width:20%;
float:left;
margin-right:5%;
}
.thumb {
width:100%;
height:auto;

}