
body {
	line-height: 1;
	font-family: MuseoSans-300, Arial, sans-serif;

}

a img {
    border: 0;
}

.guideLayer{
	position:absolute;
	top:0px;
	left:0px;
}

#container {
	display: none;
	position: absolute;
	width: 298px;
	height: 248px;
	border:1px solid #000000;
	top: 0px;
	left: 0px;
	margin: auto;
	background-color: #C8C8C8;
	overflow: hidden;
}

#content {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#background_exit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer !important;
	opacity: .5;
}
#dishLogo {
	position: absolute;
	top: -44px;
	left: 107px;
	width: 85px;
	height: 85px;
}
#netflixLogo {
	position: absolute;
	top: 67px;
	left: 88px;
	/* width: 142px; */
	/* height: 39px; */
}
#btmBar{
	position: absolute;
	width: 300px;
	height: 40px;
	background-color: #ffffff;
	top: 208px;
	left: 0px;
}
#cta{
  position:absolute;
  top: -1px;
  left: 175px;
  width: 53px;
  height: 3px;
  background: #f01446;
  /* background-image: -webkit-linear-gradient(top, #279d27, #1c851d); */
/*  background-image: -moz-linear-gradient(top, #279d27, #1c851d);
  background-image: -ms-linear-gradient(top, #279d27, #1c851d);
  background-image: -o-linear-gradient(top, #279d27, #1c851d);*/
  /* background-image: linear-gradient(to bottom, #279d27, #1c851d); */
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 3px;
  padding: 10px 20px 10px 20px;
  border: solid 1px #f01446;
}
#ctaText{
	position: absolute;	
	top: 4px;
	left: 15px;
	color: white;
}
#t1{
  display: block;
  position: absolute;
  top: 105px;
  left: 26px;
  background: url("text1.svg") no-repeat 0 0;
  width: 249px;
  height: 16px;
}
#t2{
  display: block;
  position: absolute;
  left: 28px;
  top: 57px;
  background: url('text2.svg') no-repeat 0 0;
  width: 244px;
  height: 53px;
}
#disclaimer {
  position: absolute;
  width: inherit;
  top: 200px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

#barText{
	position: absolute;
	left: 19px;
	top: 3px;
}
#legal{
	position: absolute;
	top: 192px;
	left: 0px;
	width: 300px;
	height: 46px;
 	cursor: pointer;
/* 	background: url("images.png") no-repeat 0 -97px;*/
}
#replayBtn{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	cursor: pointer; 
}
#gradient1{
	position: absolute;
	height: 100%;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e61c44+0,be1d6a+100 */
	background: #e61c44; /* Old browsers */
	background: -moz-linear-gradient(top,  #e61c44 0%, #be1d6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e61c44), color-stop(100%,#be1d6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e61c44 0%,#be1d6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e61c44 0%,#be1d6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e61c44 0%,#be1d6a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e61c44 0%,#be1d6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61c44', endColorstr='#be1d6a',GradientType=0 ); /* IE6-9 */
}

#hopper{
	position: absolute;
	top: 158px;
	left: 3px;
	/* width: 300px; */
	/* height: 250px; */
}
#leftLid{
	position: absolute;
	top: 103px;
	left: -59px;
	opacity: 0;
}
#rightLid{
	position: absolute;
	top: 119px;
	left: 256px;
	opacity: 0;
}

#hopperGlow{
	position: absolute;
	top: 145px;
	left: 0px;
	opacity: .65;
}

#hopperHighlight{
	position: absolute;
	top: 159px;
	left: 26px;
}

#lightBeam{
	position: absolute;
	top: 0px;
	left: 42px;
	 clip: rect(172px 300px 170px 0px); 
}
#lightBeam2{
	position: absolute;
	top: -24px;
	left: -98px;
	/* clip: rect(0px 452px 165px 0px); */
}
#beam2Container{
	position: absolute;
	height: 163px;
	width: 300px;
	top: 0px;
	overflow: hidden;
/*	border: solid 1px #23FF00;*/
}
#lidContainer{
	position: absolute;
	height: 175px;
	width: 300px;
	top: 0px;
	overflow: hidden;
	/*	border: solid 1px #23FF00;*/
}

#netflixBlur{
	position: absolute;
	top: 46px;
	left: 86px;
	opacity: .25;
}


