/* CSS Document */

#data { position: fixed; left: 50%; top: 50%; margin-left: -200px; margin-top: -110px; }
#data img { margin-bottom: 15px; }
#data p { font: italic 12px Georgia, "Times New Roman", Times, serif; color: #333; margin: 0; padding: 3px 0 2px 0; text-align: center; line-height: 1.5em; }
#data p a { color: #b4b5dc; text-decoration: none; }
#data p a:hover { color: #333; }


/* IE6 */
* html #data { position: absolute; }

