/* background color #8cbdff */

html, body      { padding: 0; margin: 0; background-color: transparent; cursor: default; }

#container      { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.top_left       { width: 20px; height: 20px; background-image: url('../img/frame/top_left.png'); background-repeat: no-repeat; }
.top            { width: 100%; height: 20px; background-image: url('../img/frame/top.png'); background-repeat: repeat-x; }
.top_right      { width: 20px; height: 20px; background-image: url('../img/frame/top_right.png'); background-repeat: no-repeat; }
.left           { width: 20px; height: 100%; min-width: 20px; background-image: url('../img/frame/left.png'); background-repeat: repeat-y; }
.center         { width: 100%; height: 100%; background-image: url('../img/frame/center.png'); background-repeat: repeat; }
.right          { width: 20px; height: 100%; min-width: 20px; background-image: url('../img/frame/right.png'); background-repeat: repeat-y; }
.bottom_left    { width: 20px; height: 20px; background-image: url('../img/frame/bottom_left.png'); background-repeat: no-repeat; }
.bottom         { width: 100%; height: 20px; background-image: url('../img/frame/bottom.png'); background-repeat: repeat-x; }
.bottom_right   { width: 20px; height: 20px; background-image: url('../img/frame/bottom_right.png'); background-repeat: no-repeat; }

.content        { padding: 4px 4px 4px 4px; color: #FFF; }

#submit         { float: right; }
.button         { width: 70px; height: 23px; }
.textbox        { width: 100%; height: 22px; }
.combobox       { width: 100%; height: 22px; }

#map_prev       { width: 554px; }

img             { border: 0; }

#map            { width: 1024px; height: 550px; overflow: hidden; }

a:link          { color: #888; text-decoration: none; }
a:hover         { color: #FFF!important; text-decoration: none; }
a:active        { color: #FFF; text-decoration: none; }
a:visited       { color: #888; text-decoration: none; }

#logo           { width: 723px; height: 118px; background-image: url('../img/minecraft-logo.png'); background-repeat: no-repeat; background-position: center; }

#footer         { width: 100%; height: 100%; background-image: url('../img/bg.png'); background-repeat: no-repeat; background-position: bottom center; }