@charset "utf-8";

html,
body {
height:100%; 
margin:0;
scrollbar-highlight-color:#d7d7d5; 
scrollbar-3dlight-color:#797973; 
scrollbar-face-color:#d7d7d5; 
scrollbar-shadow-color:#d7d7d5; 
scrollbar-darkshadow-color:#797973; 
scrollbar-track-color:#797973; 
scrollbar-arrow-color:#797973;
overflow-x:hidden;
overflow-y:auto;
}
img {border:0;}
* {font-family:돋움; font-size:11px; color:#857d69; line-height:18px; letter-spacing:-1px;}
#wrap {position:absolute; left:0; top:0; margin:0 0 0 0; width:100%; height:100%; background:#777771; text-align:center; border-bottom:17px solid 3b1b1ab;} 
#flash {position:absolute; left:0; top:0; margin:0 0 0 0; width:100%; height:100%; background:#b1b1ab;}
#html_contents {position:absolute; width:620px; height:620px; background:#fff;}

/* CSS Document 
html,
body {height:100%; margin:0;}
img {border:0;}
* {font-family:돋움; font-size:11px; color:#857d69; line-height:18px; letter-spacing:-1px;}
#wrap {position:absolute; top:50%; left:0; margin:-319px 0 0 0; width:100%; height:620px; background:#777771; text-align:center; border-bottom:17px solid 3b1b1ab;} 
#flash {position:absolute; left:50%; top:0; margin:0 0 0 -512px; width:1024px; height:637px; background:#000;}
#html_contents {position:absolute; left:50%; top:0px; margin:0 0 0 -310px; width:620px; height:620px; background:#fff;}

*/