@charset "utf-8";
/* CSS Document */

html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

body {
	font-family:'돋움',Dotum,'굴림',gulim,sans-serif;
	font-size: 15px;
	background-color: #fff;
	text-align: left;
	color: black;
	background: url(/images/bg1.gif);
}

img {
	border:0;
	vertical-align: middle; /* for IE imge margin */	
}

a, a:link, a:visited, a:active {
	text-decoration:none; 
	color:#000;
}

a:hover {
	text-decoration:underline;
}

#main{
	text-align: center;
	height: 100%;
	margin: 0 0 -55px 0;
	z-index: 0;
}

#cont{
	padding: 0 0 55px 0;
}

#title{
	margin-top: 20px;
	background: url(/images/bg_t.gif);
	text-align: center;
	width: 100%;
	padding: 5px 0 5px 0;
	color: white;	
}

#title td{
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#title img{
	vertical-align: middle;
}

ul#home_list{
    list-style: none;
    padding: 0;
    margin: 0;	
}

#home_list li{
    list-style: none;
    margin: 0px;
	padding: 20px 20px 0;
    display: inline;
	height: 120px;
}

#cont a{
	margin: 0px 20px 0 20px;

}

#foot{
	height: 55px;
	background: url(/images/bg_f.gif);
	text-align: center;
	color: white;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	z-index: 15;
	width: 100%;
	
	left: 0;
}

#f_t{
	padding-top: 10px;
	z-index: 20;
}

#copyright{
	font-size: 12px;
}

