#wrapper {
	min-height:100%;
	}

* html #wrapper {
	height:100%;
	}

#header {
	width: 100%;
	}

#header_1000 {
	width: 1000px;
	height: 78px;
	margin: 0 auto;
	position: relative;
	}

#content {
	width: 100%;
	}
	
#content_1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 1px;
	}

#footer {
	width: 100%;
	height: 62px;
	margin: -62px auto 0 auto;
	position: relative;
	}

#footer_wrapper {
	width: 1000px;
	height: 62px;
	position: relative;
	margin: 0 auto;
	}

