html, body      { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #000; color: #0F0; background-image: url('../img/background.png'); background-repeat: repeat; background-position: left top; cursor: default; }
*:focus         { outline: none; }

#world_map      { width: 450px; height: 222px; background-image: url('../img/world_map.png'); background-repeat: no-repeat; background-position: center; /*border: 1px solid #0F0;*/ }

.content        { width: 100%; background-color: #000; border: 1px solid #0F0; }
.content_title  { width: 100%; height: 22px; background-color: #020; border-left: 1px solid #0F0; border-right: 1px solid #0F0; border-top: 1px solid #0F0; line-height: 22px; }

#console        { width: 100%; height: 350px; color: #FFF; overflow: auto;  }

.map_target     { width: 4px; height: 4px; background-color: #FFF; color: #FFF; position: relative; top: 0; left: 0; }

a:link          { color: #4F4!important; text-decoration: none!important; }
a:hover         { color: #CFC!important; text-decoration: underline!important; }
a:active        { color: #CFC; text-decoration: underline; }
a:visited       { color: #4F4; text-decoration: none; }

.menu_button    { width: 178px; height: 22px; color: #FFF; background-color: #000; border: 1px solid #0F0; }