Also remember to make sure that the container you placed it in has a position setting in the CSS so that the image doesn't float around the page when it's resized.
also you're missing a quotation mark at the end of this line in your head:
<meta name="keywords" content="torchlight, torchlight 2, mods, mod, modification, game, torchlight mod, torchlight mods, epoch, foldar, epoched, fizzmaster, fizzable, GUTS, GUTS mod>
should be:
<meta name="keywords" content="torchlight, torchlight 2, mods, mod, modification, game, torchlight mod, torchlight mods, epoch, foldar, epoched, fizzmaster, fizzable, GUTS, GUTS mod
">
There's other issues, with your main css file not being able to be found (might be caused by the above quotation mark, we'll see), so I would highly suggest you validate your page as you go along here as there's some structural issues there.