Your
CSS when viewed is one big ass horizontal line of code so I am not going to mess with that but one thing I did notice is this:
your background statement should be:
background: #colorvaluehere url(../images/foo.jpg) top center repeat-y;
Also good to note is IE 5.x etc will not support margin:0 auto; you have to text-align center the body and then text-align:left; your container to compensate.