Forum Moderators: not2easy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
<style type="text/css">
body{background:url(img.gif) fixed 50% 50% no-repeat}
.box {
position:fixed;
width:98px;
height:98px;
top:50%;
left:50%;
margin-top:-50px;
margin-left:-50px;
background:red;
border:1px solid #000;
text-align:center;
}
</style>
</head>
<body>
<div class="box">
<p>Text Box</p>
</div>
</body>
</html>