
.box {
	position: fixed;
	left: 65%;
	top: 40px;
	margin: 0 0 0 0px;
	
}
* html .box { 
	position: absolute;
}

/*

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

*/