#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 197px;
}

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-right: 18px;
	overflow-y: hidden;
	z-index: 2;	
}


#container {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	padding: 100px 0 0;
}

#content {
	width: 100%;
	margin-top:100px;
	position:inherit;
	z-index: 0;
}


#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 18px;
}

#footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
} 