﻿body, wrapper {
	margin: 10;
}
html, body {
	height: 100%;
	overflow: auto;
}
.wrapper {	position: relative;	width: 100%;	height: 100%;	overflow: auto;}.box {	position: fixed;	right: 5%;	top: 520px;	margin: 0 0 0 -370px;}* html .box { 	position: absolute;}/*Fixed Positioning in IE6 http://ryanfait.com/*/