@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

body {}

h1 {}
h2 {}
h3 {
  font-size:18px;
  font-family: 'PT Sans', 'sans-serif';
  color:#ffffff;
}

.social {
  margin-top:20px;
  margin-bottom:20px;
}
.imdb {
  background-image:url(/img/imdb.png);
  background-repeat:no-repeat;
  height:48px;
  width:48px;
  display:inline-block;
  text-decoration:none;
}
.fb {
  background-image:url(/img/fb.png);
  background-repeat:no-repeat;
  height:48px;
  width:48px;
  display:inline-block;
  text-decoration:none;
}
.yt {
  background-image:url(/img/yt.png);
  background-repeat:no-repeat;
  height:48px;
  width:48px;
  display:inline-block;
  text-decoration:none;
}
.liner {
  background:#ffffff;
  height:1px;
  margin:20px auto;
  width:50%;
}