I guess I am not adding it to the correct spot. I added it under containers but it did not work (code prior to my adding it):
*************************************
+Containers
*************************************/
body
{
background:#f8f8ec url(images/bg.jpg) repeat-x top left;
color:#151515;
font-family:Verdana, Georgia, “Times New Roman”, Times, serif;
font-size:72.5%;
line-height:1.4;
text-align:left;
margin:0;
padding:0;
}
#wrap
{
position:relative;
padding-top:1em;
text-align:left;
width:1004px;
margin:0 auto;
}
#header
{
text-align:left;
width:1004px;
margin-bottom:95px;
padding:40px 0 0;
}
#portrait-bg
{
position:absolute;
width:319px;
height:221px;
right:0;
top:0;
}
#rss-big
{
position:absolute;
background:url(images/rssbig.jpg);
width:111px;
height:67px;
top:126px;
left:25px;
}
#content
{
font-size:1.1em;
float:left;
width:520px;
padding:0 0 0 1em;
}
#sidebar-left
{
background:#BDB76B;
border:0px ;
font-size:1em;
float:left;
margin-left:20px;
width:180px;
padding:.5em .2em 2em 1em;
}
#sidebar-right
{
font-size:1em;
float:left;
margin-left:10px;
width:205px;
padding:.5em .4em 2em 1em;
text-align:justify
}
#footer
{
background:url(images/bg-footer.jpg) repeat-x bottom left;
color:#e6e6e6;
font-size:1em;
clear:both;
text-align:center;
padding:1em;
}