My site: http://pie-designs.net/blog/
index.html:
CODE
<!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>
<link href="css.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<style type="text/css">
.banner {
width:465px;
height:227px;
margin-top: -170px;
background-image:url(images/banner.jpg);
background-position: center;
}
</style>
<![endif] -->
<title></title>
</head>
<body>
<div align="center">
<div class="sitemap">
<a href="index.html" target="_self"><img src="images/home.png" width="50" height="20" style="margin-right:42px;" border="0" /></a>
<br/>
<a href="http://cuteness.pie-designs.net" target="_self"><img src="images/cuteness.png" width="92" height="20" border="0"/></a>
<br/>
<a href="http://blog.pie-designs.net" target="_self"><img src="images/blog.png" width="43" height="20" border="0" style="margin-right:49px;" /></a>
<br/>
<a href="http://pie-designs.net/pieweb" target="_self"><img src="images/pieweb.png" width="66" height="20" border="0" style="margin-right:26px;" /></a>
<br/>
<a href="http://forum.pie-designs.net" target="_self"><img src="images/forum.png" width="58" height="20" border="0" style="margin-right:34px;" /></a>
</div>
<div class="banner"></div>
<div class="maininfo" align="left">
<table class="headertext" cellpadding="0" cellspacing="0" border="0" align="center">
<td>
<div style="float:right; margin-right:34px">
Sun 09/02/08
</div>
<div style="margin-left:34px;">
Author: <b><font color="red">Pieman</font></b>
<br/>
Subject: Lorem ipsum dolor
<br/>
<tr><td align="center">
<div class="textend"></div>
</td></tr>
</div>
</td></tr>
</table>
</div>
<div class="mainbody">
<div class="maintext" align="left">
----
<div class="textend"></div>
</div>
</div>
<div class="bottom"></div>
<div class="top"></div>
<div class="maininfo" align="left">
<table class="headertext" cellpadding="0" cellspacing="0" border="0" align="center">
<td>
<div style="float:right; margin-right:34px">
Sun 09/02/08
</div>
<div style="margin-left:34px;">
Author: <b><font color="#a5bfc5">Regular guy</font></b>
<br/>
Subject: Lorem ipsum dolor
<br/>
<tr><td align="center">
<div class="textend"></div>
</td></tr>
</div>
</td></tr>
</table>
</div>
<div class="mainbody">
<div class="maintext" align="left">
----
</div>
<div class="textend"></div>
</div>
<div class="bottom"></div>
<br/>
</div>
</body>
</html>
css.css:
CODE
body {
background-color:#dfdfdf;
margin: 0;
padding: 0;
background-image:url(images/back.gif);
background-repeat:repeat-x
}
.main {
background-image:url(images/back2.gif);
background-repeat:repeat-y;
width:465px;
height:auto;
}
.headertext {
width: 465px;
margin-bottom: 5px;
color: #a0a0a0;
font-family:Arial, Helvetica, sans-serif;
font-size: 11pt;
}
.sitemap {
margin-top: 50px;
margin-right: 600px;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 15pt;
}
.banner {
width:465px;
height:227px;
margin-top: -168px;
background-image:url(images/banner.jpg);
background-position: center;
}
.maininfo {
width:465px;
height: auto;
background-image:url(images/back2.gif);
background-repeat:repeat-y;
}
.mainbody {
width:465px;
height: auto;
background-image:url(images/back2.gif);
background-repeat:repeat-y;
}
.maintext {
width: 397px;
height: auto;
margin-left: 34px;
margin-right: 34px;
color: #a0a0a0;
font-family:Arial, Helvetica, sans-serif;
font-size: 11pt;
}
.bottom {
width: 465px;
height: 30px;
background-image:url(images/bottom.gif);
background-repeat:no-repeat;
}
.top {
width: 465px;
height: 18px;
background-image:url(images/top.gif);
background-repeat:no-repeat;
}
.textend {
width:397px;
height:4px;
background-image:url(images/line.jpg);
background-repeat:no-repeat;
