I'm making a website for the company...
[code]
<html>
<head>
<title>BC Project.org.uk</title>
<style>
BODY {
background-color: #ffffff;
background-image: url('images/background.gif');
background-repeat: repeat-x;
}
.shell {
width: 642px;
position: absolute;
top: 0px;
}
.banner {
background-image: url('images/banner.gif');
background-repeat: no-repeat;
background-position: top left;
width: 642px;
height: 103px;
padding: 0px;
margin: 0px;
}
.u_mb {
background-image: url('images/uppermainbody.gif');
background-repeat: no-repeat;
background-position: top left;
width: 642px;
height: 8px;
padding: 0px;
margin: 0px;
}
.m_mb {
background-image: url('images/middlemainbody.gif');
background-repeat: repeat-y;
background-position: top left;
width: 642px;
padding: 0px;
margin: 0px;
}
</style>
</head>
<body>
<div class="shell">
<div class="banner"></div>
<div class="u_mb"></div>
<div class="m_mb"><br><br></div>
</div>
</body>
</html>
[/code]
For some reason there is a 12 pixel gap between u_mb and m_mb...and I'm too stressed to work it out...

K i n [ e t h ™ ] Capsule Graphics | Knighty Critic | Puppy Fiddler