@charset "utf-8";

/* ========================= */
/* == 셀프애드 스타일시트 == */
/* == css 작성 : 심재인   == */
/* == 2013년 04월 08일    == */
/* ========================= */


/* 기본 규칙 */
* {margin: 0;}  
html, body {height:100%; margin:0; padding:0;}
html{overflow-y:scroll; overflow-x:hidden;}
table {border:0px; border-spacing:0px; border-collapse:collapse;}
th, td {padding:0px; font-size:12px;}


body {background-image: url(../images/soon/bg.jpg);background-color: #ffffff;background-repeat: repeat-x;background-position: center top;COLOR: #666666; text-align:center;}
img {border:0;}
.png24 {tmp:expression(setPng24(this));}

a:link {text-decoration: none;color: #999999;}
a:visited {text-decoration: none;color: #999999;}
a:hover {text-decoration: none;color: #999999;}
a:active {text-decoration: none;color: #999999;}