div#wrapper {
	position: relative;
	min-height: 540px;
	width: 950px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 127px;
}
div#container {
	float: left;
	width: 950px;
}
div#content {
	margin-top: 127px;
	float: right;
	width: 950px;
}
div#footer {
	position: relative;
	width: 950px;
	height: 60px;
	margin: 0px auto;
}
