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

body {
    margin-top: 0px;
    margin-left: 0px;
    background-color: #111;
    font-family: "Chewy", helvetica, "Courier New", Courier, monospace, sans-serif;
    overflow: hidden;
}

img { border: 0px; }

#enchant-stage {
    background-color: #222;
    /*width: 320px;*/
    /*height: 430px;*/
    left: 50%;
    /*margin-left: -160px;*/
}

.txtload{
     margin-top: 10px;
     font-size: 30px;
     font-weight: bold;
     font-family: "Courier New", Courier, monospace;
     color: #FFF;
     cursor: default;
     border: medium;	
}