html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

#wrapper {
	width: 100%;
}

.appbox {
	float:left;
	width: 1200px;
	height: 695px;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
}

.iphone-vert {
	float: left;
	width: 520px;
	height: 525px;
	background-image: url('../images/iphone-vert-bg.png');
	background-repeat: no-repeat;
}

.iphone-horz {
	float: left;
	width: 520px;
	height: 525px;
	background-image: url('../images/iphone-horz-bg.png');
	background-repeat: no-repeat;
}

.screen-vert {
	float: left;
	width: 203px;
	height: 304px;
	margin-top: 88px;
	margin-left: 231px;
}

.screen-horz {
	float: left;
	width: 304px;
	height: 203px;
	margin-top: 113px;
	margin-left: 123px;
}


.arrownav-vert {
	float: left;
	width: 230px;
	margin-top: 115px;
	margin-left: 268px;
}

.arrownav-horz {
	float: left;
	width: 230px;
	margin-top: 85px;
	margin-left: 268px;
}

.arrow {
	margin-right: 85px;
}

.info {
	float: left;
	width: 580px;
	height: 690px;
	/*border: 1px solid #FF0000;*/
}

.headz {
	float: left;
	width: 100%;
	height: 87px;
	margin-top: 120px;
	margin-bottom: 60px;
}

.appicon {
	float: left;
	margin-right: 20px;
}

.apptitle {
	float: left;
	margin-right: 50px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #4f4f4f;
	padding-top:30px;
	width: 275px;
}

.appprice {
	float: left;
	padding-top:15px;
}

.bodyz {
	float: left;
	width: 510px;
	height: 280px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #4f4f4f;
}

.store {
	float: left;
	width: 242px;
	height: 85px;
	margin-left: 270px;
}

a {
	color: #19586a;
}

p {
	margin-bottom: 1em;
}

#backhome {
	position: absolute;
	top: 20px;
	left: 20px;
}

