Hi there Richard Cousins,
being asexual appears to give me more time to write code without distractions. 
For a a 960x700 content area use this CSS instead...
Code:
html,body {
margin:0;
}
body {
min-height:700px;
background-image:url(../images/body-bg.jpg);
background-position:center center;
}
#vertical {
float:left;
width:100%;
height:50%;
margin-top:-350px;
}
#container {
clear:both;
width:960px;
height:700px;
margin:auto;
background-color:#f00;
box-shadow:#111 20px 20px 40px;
}
#top,#bottom {
height:302px;
padding:20px;
border:4px solid #872021;
background-color:#2b2b2b;
color:#872021;
overflow:auto;
}
#bottom {
border-color:#2b2b2b;
background-color:#872021;
color:#2b2b2b;
}
coothead
Bookmarks