* {
	margin: 0;
	padding: 0;
}

/* Mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* End hide */

body { 
	text-align: center;
	min-height: 533px; /* For IE7 = height of wrapper2/3 + twice padding of wrapper2 */
}

#wrapper1 {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#wrapper2 {
	padding: 12px 0;
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

#wrapper3 {
	width: 987px;
	background: #fff;
	text-align: left;
	margin: auto auto;
	margin-top: 13px;
	position: relative;
}

#wrapper2, #wrapper3 {
	height: 509px;
}

#wrapper3>* {
	text-align: left;
}