#backgroundbody. I did check and double-check for mistyped IDs.
---------- Post added at 12:33 AM ---------- Previous post was at 12:29 AM ----------
Actually, here's the full CSS as well. I can't find any errors; maybe you can.
Code:
body {
margin : 0;
border : 0;
padding : 0;
color : #908f8d;
font-family : "Adobe Garamond", "Adobe Garamond Pro", "Garamond", "Palatino Linotype", "Perpetua", "Times New Roman", serif;
font-size : 16px;
font-weight : 450;
text-align : center;
}
body a:link {
color : #161719;
text-decoration : none;
}
body a:visited {
color : #161719;
text-decoration : none;
}
body a:hover {
color : #ecc196;
text-decoration : none;
}
body a:active {
color : #ecc196;
text-decoration : none;
}
#backgroundbody {
position : absolute;
width : 1024px;
margin-left : auto;
margin-right : auto;
height : 100%;
background-color : #a3a3a3;
background-image : url('[background image URL]');
background-attachment : fixed;
background-repeat : no-repeat;
background-position : -200px 0px;
padding : 0;
border : 0;
text-align : left;
}
#whitebox {
position : absolute;
width : 821px;
left : 85px;
height : 100%;
padding : 16px;
background-color : #ffffff;
opacity : 0.66667;
filter : Alpha(opacity=66.667);
}
#content {
position : absolute;
width : 821px;
left : 85px;
height : 100%;
padding : 16px;
}
#content hr {
color : #908f8d;
clear : both;
}
.spaceunder {
margin-bottom : 25px;
}
#heading {
margin-top : 25px;
margin-bottom : 8px;
font-family : "Engravers MT", "Wide Latin", serif;
font-size : 40px;
color : #161719;
}
#contactdetails {
font-size : 14px;
}
#topmenu {
margin-top : 30px;
font-family : "Avenir 55 Roman", "Calibri", "Gautami", "Helvetica", "Arial", sans-serif;
font-size : 15px;
font-weight : 900;
}
.menuitem {
position : relative;
float : left;
width : 16.667%;
text-align : right;
}
.highlight {
color : #ecc196;
}
#maintext p {
color : #44566a;
}
.intro, .contactintro {
font-size : 24px;
color : #161719;
}
.doublecol {
width : 821px;
margin : 0 auto;
}
.leftcol, .contactintro {
position : relative;
margin-left : 0;
float : left;
width : 402px;
}
.rightcol {
position : relative;
float : right;
width : 402px;
}
#illustration {
margin-top : 24px;
}
#mapimage {
position : relative;
float : right;
width : 402px;
}
#copyrightinfo {
font-size : 12px;
}