/* ----- Background ----- */

body {

background:url(images/background.jpg); 
background-color: white;
background-attachment: fixed;
background-image: url(images/background.jpg); 
background-repeat: no-repeat;

* { margin:0; padding:0;}
html { _overflow:hidden;}
body{ _height:100%; _width:100%; _overflow:auto;}

}

/* ----- Scroll Bar ------ */


/* ----- Layout ----- */

#container { 
padding:5px 5px 5px 5px; 
width:785px; 
z-index:1; auto;}

#top {
width:780px;
height:100px;
}

#count {
width:780px;
height:30px;
}

#menu {
width:780px;
height:50px;
filter:alpha(opacity=80); 
opacity:0.8; 
moz-opacity:0.8;
}

#balance {
width:780px;
height:10px;
}

/* ----- Index Layout ----- */

#update {
width:780px;
height:150px;
padding-top: 1px;
background-image: url(images/update.gif); 
background-repeat: no-repeat;

}

/* ----- Main Layout ----- */

#main_top {
width:780px;
height:11px;
background-image: url(images/main_top.gif); 
background-repeat: no-repeat;
}

#main_bottom {
width:780px;
height:8px;
background-image: url(images/main_bottom.gif); 
background-repeat: no-repeat;
}

#main {
width:780px;
background-image: url(images/main_middle.gif);
background-repeat: repeat-y;
padding-left: 10px;
}

/* ----- Font setting ----- */

body,div {font-size:12px; color:#333; font-family:¸¼Àº°íµñ; line-height:1.6;}
a:link { text-decoration: none; color:#666;}
a:visited { text-decoration: none; color:#666;}
a:active { text-decoration: none; color:#666;}


/* ----- ÀÌÀü ¹öÀü ·¹ÀÌ¾î css Âü°í¿ë 

#menu { 
position:fixed;
_position:absolute; 
/*_z-index:-1;*/
left:700px;
top:0px;
width:100px;
height:500px; 
background-image:url(images/menu_bg.png);
background-repeat: no- repeat;
filter:alpha(opacity=70); 
opacity:0.7; 
moz-opacity:0.7;
}

#context { 
width:700px; 
}

#counter { 
position:fixed;
_position:absolute; 
/*_z-index:-1;*/
top:10px;
left:10px;
width:100px; 
height:100px;
filter:alpha(opacity=70); 
opacity:0.7; 
moz-opacity:0.7;
}

@font-face{ font-family:poty; src:url(poty.pwf);}
body {font-size:12px; color:#333; font-family:poty; line-height:1.6;}
a:link { text-decoration: none; color:#666;}
a:visited { text-decoration: none; color:#666;}
a:active { text-decoration: none; color:#666;}

------ */