<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style type="text/css">
#content {height: 2000px;}
#footer {
position: fixed;
top:95%;
right:0;
width: 900px;
height: 30px;
line-height:30px;
border: 1px black solid;
background: #999;
opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align:center
}
</style>
</head>
<body>
<div id="content"></div>
<div id="footer">Text Text Text</div>
</body>
</html>