@charset "UTF-8";

body { margin:0; padding:0; width:100%; height:auto; background-color: #000000; }
#save-panel, .cnvs {  max-width:750px; max-height:500px; width:100%; height:100%; position:absolute; }

#save-panel { background:rgba(255,255,255,0.6); display:none; }
#save-panel-inner { width:307px; height:225px; margin:60px auto;  background:url(../images/save_box.png) no-repeat; position:relative; }
#download-link {  cursor:pointer; display:block; background:url(../images/yes.png) no-repeat; width:68px; height:81px; position:absolute; top:100px; left:60px; } 
#close-save { cursor:pointer; display:block; background:url(../images/no.png) no-repeat; position:absolute; top:100px; width:68px; height:81px; right:60px; } 
