body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(../images/main/background.jpg);
	background-position: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
img {
	width: auto;
	border: none;
}
.hiddenImage {
	visibility: hidden;
	height: 0;
	width: 0;
	overflow: hidden;
}

#iphone {
	background-image: url(../images/iphone/iphoneSideways.png);
	height: 243px;
	width: 450px;
	position: absolute;
	margin-top: 20%;
	margin-left: 30%;
}
#imageLink {
	position: absolute;
/* 	background-color: green; */
	height: 201px;
	width: 300px;
	margin-left: 75px;
	margin-top: 22px;
	font-family: "Lucida Grande";
}
#theImg {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Lucida Grande";
}