<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
<!--
body {
margin:0;
padding:0;
}
#container {
width:760px; /* change this size to fit your background image */
height:420px; /* change this size to fit your background image */
background-image:url(http://www.rowanw.com/tests/images/square_bg01.png); /* put your background image in the brackets */
background-attachment:fixed;
background-repeat:no-repeat;
background-position:top left;
}
#contentbg {
position:absolute;
top:20px; /* use these coordinates to position the transparent box = 20px from the top */
left:10px; /* use these coordinates to position the transparent box = 10px from the left */
background-color:#ff7f9f;
border:1px solid #000;
filter:alpha(opacity=80); /* for IE transparency */
-moz-opacity:0.8; /* for mozilla transparency */
opacity: 0.8; /* for safari transparency */
khtml-opacity: 0.8; /* for konquerer and older safari transparency */
}
#content {
width:500px; /* this changes the width of the transparent box */
position:absolute;
top:20px; /* this value has to be the same as the other coordinates */
left:10px; /* this value has to be the same as the other coordinates */
}
#content .text {
padding: 0 1em;
text-align:justify;
font-size:1em;
}
#content .title {
font-size:1em;
font-weight:bold;
font-family:century gothic;
background-color:#f79;
padding: 0 1em;
}
-->
</style>
<!--[if IE]>
<style type="text/css">
#contentbg {
width:500px; /* if ie, this needs to be changed to match the width of #content */
height:200px; /* if ie */
}
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="content">
<div id="contentbg">
<div style="background-color:#fff;border-bottom:1px solid #000;"><span class="title">.Bio.</span></div>
<div class="text">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.</p>
</div>
</div>
</div>
</div>
</body>
</html>