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

/* end hide */

html, body, #wrap {
	height: 100%;

	background: #fff;
	font-family: arial, sans-serif;
	font-size: 10px;
	}




#wrapper {
	background: #fff;
	width: 100%;
	min-height: 800px;
}


#container {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	left: 0px;
	position: relative;
	color:#333;
}



#content {
	float: left;
	width: 625px;
	overflow: hidden;
	margin: 0 0 0 0px;
}



#footer {
	position: relative;
	background: transparent url('images/footer_iphone.png') no-repeat top center;

	margin-top: -193px; /* negative value of footer height */
	margin-left: auto;
	margin-right: auto;

	height: 193px;
	width: 100%;
	
	left: 0px;
	
	padding: 0 0 0 0px;

	clear:both;	
} 



.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: 40%;
}

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

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

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