@media only screen 
	and (min-width : 768px) 
	and (max-width : 1024px) 
	and (orientation : landscape) {

body {
	background: #000;
}

a {
	font-size: 2em;
}

#netflix, #amazon, #itunes, #itunestv, #netflixbuddy, #itunestvbuddy, #logo, #vudu, #hulu {
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
}

#netflix, #amazon, #itunes, #itunestv {
	height: 19%;
}

#itunestvbuddy, #vudu, #hulu, #netflixbuddy {
	display: none;
}

#netflix {
	background: rgb(204, 109, 89);
	background: url('img/netflix.jpg');
	top: 20%;
}

#amazon {
	background: url('img/amazon.jpg') top left repeat;
	top: 40%;	
}

#itunes {
	background: url('img/blue.jpg');
	top: 60%;	
}

#itunestv {
	background: url('img/appletv.jpg');	
	top: 80%;	
}


#netflix a, #netflix a:visited, #amazon a, #amazon a:visited, #itunes a, #itunes a:visited, #itunestv a, #itunestv a:visited {
	width: 100%;
	position: absolute;
	opacity: 1;
	top: 35%;
	left: 0;
	color: #FFF;
	text-decoration: none;
}

#netflix a:hover, #netflix a:focus, #amazon a:hover, #amazon a:focus, #itunes a:hover, #itunes a:focus, #itunestv a:hover, #itunestv a:focus {
	opacity: 1;
}

/*service titles*/

#netflix4, #amazon4, #itunes4, #itunestv4 {
	display: none;
	width: 100px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

#netflix4 img, #amazon4 img, #itunes4 img, #itunestv4 img {
	position: absolute;
	width: 100%;
	top: auto;
	bottom: 0;
	right: 0;
}




/*art*/
#netflix5, #amazon5, #itunes5, #itunestv5 {
	display: none;
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 100%;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
}

#netflix5 a, #amazon5 a, #itunes5 a, #itunestv5 a {
	width: 100%;
	height: 100%;
}

/*results*/
#netflix0, #amazon0, #itunes0, #itunestv0 {
	display: none;
	background: none;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 25%;
}

#netflixText0 a, #amazonText0 a, #itunesText0 a, #itunestvText0 a {
	width: 100%;
	position: absolute;
}

#netflix1, #amazon1, #itunes1, #itunestv1 {
	display: hidden;
	position: absolute;
	top: 63%;
	width: 100%;
	height: 15%;
}

#netflix2, #amazon2, #itunes2, #itunestv2 {
	display: hidden;
	position: absolute;
	top: 78%;
	width: 100%;
	height: 15%;
}


#netflix3, #amazon3, #itunes3, #itunestv3 {
	display: hidden;
	position: absolute;
	width: 100%;
	height: 15%;
	top: 93%;
}

#netflixText1, #netflixText2, #netflixText3, #amazonText1, #amazonText2, #amazonText3, #itunesText1, #itunesText2, #itunesText3, #itunesText1, #itunesText2, #itunesText3 {
	width: 100%;
	height: 50%;
}


/***********search************/

#search {
	background: url('img/gray.jpg');
	height: 19%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#q {
	background: url('img/logo2.png') center bottom no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 66%;
}

input {
	background: url('img/paper.png');
	opacity: .5;
	outline: none;
	border: none;
	width: 99.3%;
	height: 50%;
	font-family: Georgia;
	font-weight: bold;
	font-size: 36px;
	color: rgba(0, 0, 0, 1);
	position: absolute;
	bottom: 0%;
	left: 0%;
	padding-left: 5px;
}

#button {
	background: url('img/searchbutton2.png') left center repeat;
	background-size: 100% 100%;
	border: none;
	width: 100px;
	height: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .6;
}

#button:hover {
	cursor: pointer;
}


/************logo**************/

#logo {
	background: url('img/green.jpg');
	position: absolute;
	top: 100%;
	height: 19%;
	width: 100%;
	left: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
}

#logo img {
	position: absolute;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	
	width: 50px;
	left: 50%;
	margin-left: -25px;
	opacity: 0;
	display: none;
}


/*************hulu & vudu**************/

#netflixbuddy {
	background: url('img/gray.jpg');
	position: absolute;
	bottom: 0%;
	height: 33%;
	width: 18.8%;
	left: 1%;
}

#huluguts {
	display: none;
	width: 100%;
	height: 50%;
	opacity: .75;
	position: absolute;
	top: 0%;
	border-bottom: 10px dotted rgba(255, 255, 255, .25);
}

#huluguts img {
	position: relative;
	width: 50%;
	top: 25%;
}

#huluguts:hover {
	opacity: 1;
}

#hulu img:hover {
	opacity: 1;
}

#vuduguts {
	display: none;
	width: 100%;
	height: 50%;
	opacity: .75;
	position: absolute;
	bottom: 0%;
}

#vuduguts img {
	position: relative;
	width: 50%;
	top: 30%;
}

#vuduguts:hover {
	opacity: 1;
}

#vudu {
	background: url('img/gray.jpg');
	position: absolute;
	bottom: 0%;
	height: 33%;
	width: 18.8%;
	left: 40.6%;
}

/*************vudu**************/

#itunestvbuddy {
	position: absolute;
	bottom: 0%;
	height: 33%;
	width: 18.8%;
	left: 60.4%;
	background: url('img/gray.jpg');
}

/********itunesTVbuddy*********/

#hulu {
	background: url('img/gray.jpg');
	position: absolute;
	top: 0%;
	height: 33%;
	width: 18.8%;
	left: 80.2%;
}











}
