@charset "utf-8";
/* CSS Document */
body {
	background:#111;
	margin:0;
	
}
#ipad {
	margin: 50px auto;
	width:644px;
	height:826px;
	display:block;
	background:url(blueScreen.png);
}
#ipadContent {
	z-index:1;
	width:650px;
	height:490px;
	position:relative;
	top:50px;
	left:0px;
	background:none;
}
#headerstuff{
	font-size:11px;
	bottom:0px;
	padding:6px;
    width:100%;
    position:fixed;
    z-index:99;
    font-family:sans-serif;
    padding-left:20px;
    color:#000;
    min-width:888px;
    background:#666;
}
#headerstuff a {
    color:#000;
    text-decoration:none;
}
#headerstuff a:hover {
    color:#000;
    text-decoration:underline;
}
.noipad {
	z-index:0;
}
.back {
	position:relative;
	top:50px;
	left:123px;
	width:654px;
	height:490px;
}
@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.fire {
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 0.1s; 
}