body {
	background: #000;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% -20px;
	margin: 40px auto;
}

div {
	text-align: center;
}

img {
	border: 0px;
}

img.home {
	margin: 80px 0px 0px;
	width: 1000px;
	height: 840px;
}

img.subsequent {
	margin: 80px 0px 0px;
	width: 1000px;
	height: 1340px;
}

.mrd {	text-align: center;	margin: 80px 20px 0px 0px;
	font-family: Trebuchet MS, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	position: fixed;
	bottom: 0px;
	height: 20px;
	padding: 7px 0px 0px;
	width: 19em;
	opacity: .8;
 	background: #1a1a1a;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: linear, ease-in;}

.mrd:hover {
	opacity:  1;
	color: #fff;
  background: #222;
}
.mrd A:link {	color: #999999;	text-decoration: none;	font-weight: normal;}
.mrd A:visited {	color: #999999;	text-decoration: none;	font-weight: normal;}
.mrd A:active {	text-decoration: none;}



div#ipad {
	display: none;
} 

 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){ 
  /* For landscape iPad layouts */

body {
	margin: 0px;
}



}


 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { 
  /* For portrait iPad layouts */ 
  

  
  }