@charset "euc-kr";
* { padding: 0px; margin: 0px; }
body { /* ¹è°æ»öÀ¸·Î  #191919 ÁöÁ¤ */
	background-color: #131313;
	}
* html #body { height: 100%; }
body, div {
	font-size: 12px;
	}
img { border: none; }
a:focus {outline:none;}

/* ³×ºñ°ÔÀÌ¼Ç */
#nav {
	position: absolute;
	top: 100px; left: 100px;
}
#nav h2 {
	width: 98px; height: 37px;
	margin: 0px; padding: 0px;
	background: transparent url('../images/title.gif') no-repeat bottom right;
	text-indent: -1000em;
}
#nav ul {
	margin-top: 40px;
	list-style: none;
}
#top {
	display: block;
	margin-top: 20px;
	width: 50px; height: 19px;
	background: url('../images/top.gif') no-repeat;
	text-indent: -1000em;
}
#email {
	display: block;
	margin-left: 0px;	margin-top: 10px;
	width: 164px; height: 34px;
	background: url('../images/email.gif') no-repeat;
	text-indent: -1000em;
}
#event {
	display: block;
	margin-top: 35px;
	width: 101px; height: 28px;
	background: url('../images/event.gif') no-repeat;
	text-indent: -1000em;
}
#nav h2, #nav ul, #top, #event {
	margin-left: 5px;
}
/* ¸®½ºÆ® */
#list {
	float: right;
	list-style: none;	
	width: 70%; height: 100%;
	background-color: #191919;
	padding-top: 100px;
}
#list li{
	margin-top: 30px; margin-left: 25px;
	width: 646px;	height: 100%;
	padding-bottom: 32px;
	padding-left: 15px;
	background: url('../images/sc_bg.gif') no-repeat bottom left;
}
#list li a {
/*	display: block;
	width: 100%; height: 100%;*/
}
.img {
	margin-bottom: 8px;
}
.launch { margin-bottom: 8px; margin-left: 10px; }