html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 800px;
	margin: 0 auto;
	position: relative;
	}
#footer {
	position: absolute;
	width: 800px;
	bottom: 0;
	}
#center {
margin: 0 auto;
	width: 700px;
	padding-bottom: 60px; 

	}
