Page is a not externally linkable
Setek - 3:42 am on Sep 13, 2006 (gmt 0)
You want it positioned over the top of everything else, so:
If it's fixed-width, fixed-height, this can be done quite easily.
div; left and top to 50%; margin-left = -300px, margin-top = -150px); and z-index higher than your other elements, to position it above everything else. That's it :)