CSS trouble

Working on my new site and Im trying to add a shadow effect to the site. Only problem is I cannot get it to work with the set up I have, its a bit different than all the tutorials Ive been reading about it. And yes, Ive searched Kirupa, got answers but I cant implement them… So if anyone could, please point out how in my site I can display it correctly? Thanks, all! :smiley:

Link
This is my Wrap code where I want the shadow


#page {
text-align: left;
margin: auto;
padding: 0px 17px 0px 0px;
position: relative;
width: 800px;
background: url(shadow.png) repeat-y 70% 0 #CCCCCC !important;
background: url(shadow.gif) repeat-y 70% 0 #CCCCCC;
}

#page img {
display:block;
position: relative;
width: 800px;
margin: -6px 6px 6px -6px;
}