Hmm, I'm using FF and it's showing up to the left as well.
For one, in your code:
Code:
<link rel="stylesheet" type="text/css" href="../style.css" />
"../style.css" should be "style.css" since they are both in the same directory.
This simple change might fix your problem.