@charset "utf-8";
/* Loading EB20 Book in Reader CSS Document */

html { height: 100%; font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }

body { height: 100%; margin: 0; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #fff; background: #aaaeb4 url(../images/loadingpage-mainbg-2colour-repeat.gif) repeat-x left center; }

.donotshow { display: none; }


/* Main Contents */
#loading { height: 600px; position: absolute; top: 50%; left: 0; margin: -300px 0 0 0; width: 100%; background: url(../images/loadingpage-mainbg-repeat.jpg) repeat-x top; }
#loading #error { text-align: center; position: absolute; top: 50%; left: 50%; width: 412px; height: 204px; margin: -102px 0 0 -206px; background: url(../images/error-message.gif) no-repeat 83px 19px; }
#loading #error img { display: block; margin: 0 auto; }
#loading #error span { display: block; padding: 133px 0 0 0; font-weight: bold; }
