* {	margin: 0; padding: 0; }
html, body { margin: 0 auto; background-color: transparent; }
body { width: 990px; margin: 0 auto; text-align: center; }
#header, #container, #footer { width: 990px; margin: 0 auto; }
#footer { width: 990px; margin: 0 auto; clear: both; }
#page_wrap { width:1100px; margin: 0 auto; text-align: center; }
#main_wrap { width:990px; float:left; }
#ad_wrap { width:100px; float:right; }

ul, ol { list-style: none; }
fieldset,img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }

a:link{ color:#666666;text-decoration:none; }
a:visited{ color:#666666;text-decoration:none; }
a:active{ color:#666666;text-decoration:none; }
a:hover{ color:#666666;text-decoration:none; }

#footer * {
	font-size:12px;
	font-family:'돋움', 'Dotum', Verdana, Arial, Sans-Serif;
	color:#666666;
}

div, a, ul, li, table, tr, td, h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-family:'돋움', 'Dotum', Verdana, Arial, Sans-Serif;
	color:#666666;
}

.cursor_class { cursor: hand; }