
/* hide from ie on mac \*/
html {
	height: 100%;
	/*overflow: hidden;*/
}
	
#flashdiv {
	display: none;
	height: 100%;
}

/* end hide */


body {
	background: #ecb5d4 url('iphone.jpg') no-repeat top center fixed;
	margin: 0;
	padding: 0;
	text-align:center;
}

.hidden_content {
 display: none;
 height: 0px;
 width: 0px;
}

.iphone_container {
	display: block;
	position: absolute;
    width: 100%;
    min-height: 480px;
}

.iphone_text {
	position: absolute;
	top: 80px;
	left: 42%;
}

.iphone_text p {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4e3d34;
	text-align: left;
	padding: 0 10px 0 0;
}

.iphone_text a {
/*
	background: #b93f3c;
	color: #00c0cc;
*/	
	color: #b93f3c;
	text-decoration: none;
}

.iphone_buttons a {
	display: block;
	width: 95%;
	height: 20px;
	background: #b93f3c;
	color: #FFF;
	text-align: center;
	margin: 15px auto 0 15px;
}
