html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
}
#container {
	width:760px;
	margin:0 auto;
	text-align:left;
	z-index:1;
	position:relative;
}
#header {
	height:220px;
	overflow:hidden;
}
#content {
	padding-bottom:50px;
}
#footer {
	width:724px;
	height:14px;
	overflow:hidden;
	position:relative;
	margin:-50px auto;
	text-align:left;
	z-index:1;
	position:relative;
	padding:18px;
}
#shadow {
	width:780px;
	height:auto;
	background:url('../img/shadow.jpg') repeat-y;
	margin:0 auto;
	min-height:100%;
	text-align:left;
	position:relative;
}
* html #shadow {
	height:100%;
}

.z {
	display:none;
}
