html, body {
	height: 100%;
	margin: 0;
	}
div#header {
	width: 770px;
	position: relative;
	margin: 0 auto;
	}
div#global {
	min-height: 100%;
	width: 770px;
	margin: 0 auto;
	position: relative;
	}
div#footer {
	position: absolute;
	width: 770px;
	bottom: 0;
	}
div#center {
	padding-bottom: 100px;
	overflow: auto;
	width: 750px;
	padding-left: 10px;
}
div#content {
	float: right;
	width: 515px;
	padding-right: 25px;
	}
div#sidebar {
	float: left;
	width: 175px;
	}