<html>
<title>SiteMaster Test</title>
<style>
div#content {
position: relative;
margin-bottom: 0;
margin-left: 10%;
margin-right: 10%;
border-style: solid;
border-width: 0;
border-top-color: rgb(255, 255, 255);
border-left-color: rgb(255, 255, 255);
border-right-color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
overflow: auto;
}
div#contentbody {
background-color: rgb(235, 235, 235);
background-image: url(img/cntnback.gif);
background-repeat: repeat;
position: relative;
border-style: solid;
border-width: 1px;
border-top-width: 0;
border-color: rgb(200, 200, 200);
filter:alpha(opacity=9);
-moz-opacity: 0.9;
opacity: 0.9;
font-size: 11pt;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 3px;
margin-bottom: 0;
}
div#contentheader {
background-image: url(img/contentheader.jpg);
background-repeat: repeat-x;
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 20px;
text-align: center;
background-color: rgb(200, 200, 200);
border-width: 0;
border-style: solid;
border-bottom-width: 1px;
border-color: rgb(60, 50, 40);
color: rgb(60, 50, 40);
font-weight: 600;
font-size: 10pt;
}
</style>
</head>
<body>
<div id="content">
<div id="contentheader">blabla</div>
<div id="contentbody">
<img src="img/dennis-bio1.jpg" width="150" height="150" alt="dennis" style="float:left;margin-right:10px" />
Dennis formed, together with Jan, the band back in the early days. He is Rocksucker's
main-singer, but also plays guitar. Most songs are written by him, and also most of the
recordmixing is done by him. He lives in Kampen and has a girlfriend.<br>
<img src="img/dennis-bio2.jpg" width="150" height="150" alt="dennis" style="float:right;margin-left:10px" />
He uses a Epiphone Goth guitar and a Marshall VS amplifier.<br>
Dennis is also the maker of this site, so comments/complaints can be directed to him :)
</div>
</div>
</body>
</html>
<div id="content">
<div id="contentheader">blabla</div>
<div id="contentbody" style="display: block;">
<img src="img/dennis-bio1.jpg" width="150" height="150" alt="dennis" style="float:left;margin-right:10px; clear: left;" />
Dennis formed, together with Jan, the band back in the early days. He is Rocksucker's
main-singer, but also plays guitar. Most songs are written by him, and also most of the
recordmixing is done by him. He lives in Kampen and has a girlfriend.<br>
<img src="img/dennis-bio2.jpg" width="150" height="150" alt="dennis" style="float:right; margin-left:10px; clear: right;" />
He uses a Epiphone Goth guitar and a Marshall VS amplifier.<br>
Dennis is also the maker of this site, so comments/complaints can be directed to him :)
</div>
</div>