|
I'm not sure why you are mixing absolute positioning with a table layout. That's going to be very ackward to edit.
I don't like the text centered like that in the blockquote, try this in the style sheet in the head of the page, I think you will like the effect:
blockquote {text-align:justify}
|