@charset "utf-8";

/* CSS Document */
body {
     position: relative;
     margin: 0;
     padding: 0;
     background: #111;
     font-family: helvetica, "Courier New", Courier, monospace, sans-serif;
     -webkit-text-size-adjust: none;
     -webkit-touch-callout: none;
     overflow: hidden;
}
img { border: 0; }

#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;	
}

.loading{
     position:absolute;
     text-align:center;
     padding-top: 15px;
     
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;

     background: -moz-linear-gradient(top, #a8cee0 0%, #e3edf7 44%, #e8eaed 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8cee0), color-stop(44%,#e3edf7), color-stop(100%,#e8eaed)); /* Chrome,Safari4+ */	

     display:block;
     width:200px;
     height:50px;
     opacity:0.8;
}