* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: auto;

}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.content {
width: 970px;
margin: 0 auto;

}

.box {
	position: fixed;
	left: 20%;
	top: 93%;
	margin: 0 0 0 0;
}
* html .box { 
	position: absolute;
}

/*

Fixed Positioning in IE6 
http://ryanfait.com/

*/


