* {
	margin: 0; padding: 0;
}
html, body {
	height: 100%;
	background: #ffffff url(../images/bg_ipad.jpg) no-repeat top center;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 50%;
	margin: 0px 0px -70px -479px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 70px; /* .push must be the same height as .footer */

}


.searchbox {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #404041;
	width: 240px;
	
}