@charset "utf-8";

/* iPhone */
@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.667);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 480px;
	}
}
/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 1024px;
	}
}

a {
	color: #fff;
	text-decoration: underline;
}


* { margin: 0; padding: 0; }
body {
 font-family: "Helvetica", Sans-Serif; color: #FFF; 
font-size: 2em;
background-color: blue;
width:70%;
text-align: left;
padding: 25px;
}



#deets{
	font-size: .5em;
}

#bgimg{
position: fixed;
width:100%;
top:9%;
left:65%;
z-index: -1;
}

#bgimg img{
	width: 30%;
}