body {
  background: #000;
  color: #fff;
  font-family: 'Droid Sans', 'Liberation Sans', FreeSans, 'Helvetica Neue LT Std', 'Helvetica LT Std', Helvetica, Arial, Tahoma, 'Lucida Grande', 'Lucida Sans', sans-serif;
}

#ipad {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0px;
  top: 0px;
}

#ipad.landscape {
  background: url('img/ipad.png');
  width: 1108px;
  height: 852px;
}

#ipad.landscape #frame {
    width: 1024px;
    height: 750px;
}

#ipad #frame {
    border: none;
	background: #fff;
	position: absolute;
	left: 42px;
	top: 60px;
}

a{
	color: white;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

