@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}
html, body {width:100%; height:100%; font-family:Georgia, "Times New Roman", Times, serif;  font-style:italic; font-weight:normal;}
body { overflow:hidden;}
#header {}

#description { overflow:hidden;}

#empire {position:absolute; width:100%; height:100%; z-index:1; top:0; left:0; background:#000; }
#title {position:absolute; top:5px; color:#000!important; right:15px; color:#333; font-size:16px; z-index:2; }

#title a { text-decoration:none; color:#666; display:block; border:none; background: url(css/images/title_bg.png);padding:5px;  }
#title a:hover { text-decoration:none; color:#000;  }
