RockBox is a possibility but it's mainly geared toward iPods. But it can be used on anything they've compiled it for, so looking is worth a shot.
As to other OSes? Don't know.
Ouch... a center tag? In response to your work, think smarter not harder. Absolute positioning and telling the TOP of the second element to be down 400 pixels is what's killing you.
Try putting this in instead.
<DIV style="float: left; width: 50%;">
<center>
<h1>The Blindside
</h1>
<br>
<img...
I think one is temporary and the other is permanent.
RAM disappears when your computer shuts down. No power, no data in RAM. That' because it's all held by some nifty magic when power's running through your circuits. Hard disks on the other hand have physically altered shape to reflect what you...
Source please? You have to get each element separately if that helps any... its ID, or even not capitalizing it right coulda done some pretty serious damage to your code.
You might want to use an imagemap (look it up on the web) coupled with a little javascript for defining areas on an image you can move your mouse over for more info. That's what I would do anyway.