body {
text-align: center;
  background-image: url(images/bg_plain.gif);
}
div.topbar {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
}
div.main {
text-align: center;
position: absolute;
left: 50%;
width: 900px;
top: 100px;
margin-left:-450px;
}
div.leftnav {
position: relative;
left: -390px;
top: 50px;
z-index: 1;
}
div.return {
position: absolute;
left: 50%;
top: 60px;
margin-left:-275px;
z-index: 1;
}
div.bottom {
position: absolute;
left: 50%;
width: 900px;
margin-left:-450px;
bottom: 0px;
}
div.blog {
position: relative;
z-index: 2;
}
img.upper {
position: relative;
z-index: 2;
}
p {
  color: #000000;
}

