@charset "utf-8";
/* CSS Document */
body {
	background:#111;
	margin:0;
	
}
#ipad {
	margin: 50px auto;
	width:897px;
	height:695px;
	display:block;
	background:url(iPad-2.png);
}
#ipadContent {
	z-index:1;
	width:650px;
	height:490px;
	position:relative;
	top:100px;
	left:125px;
	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;
}