#page { margin: 0 auto; text-align: center; top: 50%; height: 575px; width: 948px; }

#flashBox { top: 110px; margin:0 auto; width: 550px; height: 400px; background-color: orange; position: relative; text-align:center; z-index: 1; }

#greenDiv2 { position: relative; }
#greenDiv { position: absolute; width: 180px; height: 180px; top: 90px; left: 390px; background-color: green; z-index: 5; visibility: visible; }
body {
	margin: 0px; /* required */
}
div#wrapper {
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {

	overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -270px; /* half of width */
	width: 700px; /* width of div */

	height: 440px; /* height of div */
	top: -170px; /* half of height */
	z-index: 5; display: none;
}
#flash {

	overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -440px; /* half of width */
	width: 880px; /* width of div */

	height: 600px; /* height of div */
	top: -300px; /* half of height */
}
#footer {

margin-top: 300px;
}
.posthidden {display:none}
.postshown {display:inline}
.footer_link {
margin-bottom: -6px;

}
#iphone {
	width:320px;
}