html,body{
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-y: auto;
  position: relative;

}



#window-container {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

#container-wrap {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
}

#primary-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}



article {
	margin-bottom: 80px;
}
