
* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: auto;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.box {
  position: fixed;
  top: 110px;
  left: 50%;
  margin-left: -450px;
}
* html .box { 
	position: absolute;
}

/*

Fixed Positioning in IE6 
http://ryanfait.com/

*/