/* CSS Document */

body {
    margin-top: 0px;
    margin-left: 0px;
    background-color: #111;
    font-family: helvetica, "Courier New", Courier, monospace, sans-serif;
}

img { border: 0px; }


#enchant-stage {
    background-color: #222;
    width: 320px;
    height: 430px;
    left: 50%;
    margin-left: -160px;
    
    /*
     top:50%;
    margin-top:-207.5px;
    */
}

.txtload{
     margin-top: 10px;
     font-size: 30px;
     font-weight: bold;
     font-family: "Courier New", Courier, monospace;
     color: #FFF;
     cursor: default;
     border: medium;	
}