Having some trouble with creating a hidden background that will still show up but not on the main content page. I'm looking to have a different background for the main content itself, but for some reason it's just not working. The main background is displaying properly, but the content background isn't showing up. Can anyone provide assistance?
body {
margin: 0px auto 0px;
padding: 0px;
overflow-x:hidden;
background: #9fddf9 url(http://www.unwritten-quotes.com/images/bgfall.jpg) top center no-repeat fixed;
width: 990px;
color: #000000;
font-size: 11px;
font-family: Tahoma;
letter-spacing:1px;
line-height:15px;
}
#shell {
margin: 0px auto 0px;
padding: 0px;
background: #91d8f4 url(http://unwritten-quotes.com/images/bg.gif) center repeat-y;
width: 990px;
}