/* CSS Document */

* { font:9pt Dotum; color:#CCC; }

body { margin:0; background:url(/home/images/bg.png) #000 repeat-x; }
img { border:none; }

a:link, a:visited { color:#FFF; text-decoration:none; }
a:hover, a:active { color:#FC0; text-decoration:none; }

#divMenu { position:absolute; width:190px; height:400px; top:250px; z-index:100; display:block; }

.leftBg { background:url(/home/images/left_bg.png) no-repeat; }
.bottomBg { height:20px; background:url(/home/images/bottom_bg.png) no-repeat; }
.copyright { height:50px; background:url(/home/images/copyright.png) no-repeat; }

#contents { width:700px; margin:10px 20px 20px 20px; }

.editable { background:#444; border:solid 1px #666; }
option { color:#333; }

form { margin:0; }