@import url(http://fonts.googleapis.com/css?family=Roboto);
body{
	margin:0 auto;
	background-color:#999;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	background-position:50% 100px !important
}
.ad{
	background-color:#bbb
}
#leaderboard{
	width:728px;
	height:90px;
	margin:10px auto
}
#billboard{
	width:970px;
	height:250px;
	margin:10px auto;
	position:relative
}
#mrec{
	width:300px;
	height:250px
}
#filmstrip{
	width:300px;
	height:600px
}
#minirec{
	width:300px;
	height:125px
}
.strip-container{
	text-align:center;
	width:984px;
	margin:0 auto;
	background-color:#f4f4f4;
	overflow:auto
}
#strip{
	width:628px;
	margin:14px auto
}
#wings{
	width:984px;
	margin:0 auto;
	position:relative
}
#wings .ad{
	position:absolute;
	top:400px;
	width:119px;
	height:999px;
	background-color:transparent
}
@media (max-width:1224px){
	#wings{
		display:none
	}
}
#wings #wings-left{
	left:-119px;
}
#wings #wings-right{
	right:-119px;
}
.mega-ad{
    background-attachment:fixed;
    background-size:cover;
    background-position:50% 0;
    background-repeat:no-repeat;
}
@media screen and (max-width:1024px){
	.mega-ad{
		background-attachment:scroll
	}
}
#header, header{
	background-color:#fff
}
header{
	height:100px;
	width:984px;
	margin:0 auto
}
.mmm header{
	background: url('images/logo-mmm.jpg') no-repeat;
}
.hit header{
	background: url('images/logo-hit.png') no-repeat;
}
nav{
	height:30px;
	background-color:#ebebeb;
	width:984px;
	margin:0 auto
}
.promo{
	width:984px;
	height:390px;
	background-color:#ddd;
	margin:0 auto
}
#content{
	width:984px;
	background-color:#f4f4f4;
	margin:0 auto
}
#content:after {
  content:"";
  display:block;
  clear:both
}
section{
	float:left
}
aside{
	width:300px;
	float:right;
	margin:14px
}
aside div{
	margin-bottom:14px
}
aside div:last-child{
	margin-bottom:0
}
.content{
	background-color:#ddd;
}
aside .content{
	height:150px
}
.spacer{
	height:300px
}
footer{
	width:984px;
	height:100px;
	background-color:#ebebeb;
	margin:0 auto;
	margin-bottom:14px;
	overflow:auto;
	padding-bottom: 10px
}
.error{
  position:absolute;
  top:0;
  width:100%;
  text-align:center;
  color:white;
  background-color:#F44336;
  padding:10px;
  opacity:0;
  box-sizing:border-box
}
.adTag{
	position:fixed;
	right:4px;
	top:4px;
	text-align:right;
	font-size:11px;
	color:#999;
	padding:4px
}
.adTag h2{
	display:inline-block;
	margin:0;
	border:1px solid #999;
	border-radius:50%;
	width:20px;
	text-align:center;
	background-color:#FFF
}
.adTag p{
	margin:4px 0 0;
	text-align:left;
	color:#000
}
.adTag > * + *{
  display:none;
}
.adTag > *{
  cursor:pointer;
}
.adTag:focus{
  outline:none;
  background-color:#f4f4f4
}
.adTag:focus > * + *{
  display:block; 
}