Code:
body{
background: #2B452C url(http://tyl.cc/images/random_bg_l.jpg) repeat-y left;
overflow: hidden;
}
You should have
Code:
body {
background: #2B452C;
background-image: url(http://tyl.cc/images/random_bg_l.jpg);
background-repeat: repeat-y;
background-position: left;
overflow: hidden;
}

If that doesn't work then I dunno xD