@charset "utf-8";

img { border: none;}
.part { clear: both; }

body{
	margin: 0;
	background: url("http://icon.hanmail.net/mashup2007/main_bg.jpg") repeat-x;
}

#main_layout{
	width: 1004px;
	height: 100%;
	margin: auto;
}

/* top */
#top{ width: 100%; height: 41px;}

#top div{
	float: left;
}

#top_btn_left { width: 238px; height: 41px; background: url("http://icon.hanmail.net/mashup2007/menu01.jpg") no-repeat; }
#top_btn_right { width: 234px; height: 41px; background: url("http://icon.hanmail.net/mashup2007/menu_011.jpg") no-repeat; }


/* intro */
#intro{
	width: 100%;
	clear: both;
}

#notice {
	float: left;
	width: 518px;
	height: 509px;
	background: url("/2008/images/main_title.jpg") no-repeat;
}

#intro_btn { position: relative; top: 435px; left: 126px; }
#intro_btn img {margin-right: 9px; }

#flash_banner {
	float: left;
	width: 486px;
	height: 509px;
	background: url("http://icon.hanmail.net/mashup2007/flash.jpg") no-repeat;
}


/* center */
#content {
	width: 100%;
}


#newpost {
	float: left;
	width: 518px;
	height: 190px;
	background: url("/2008/images/main_new.jpg") no-repeat;
}

#newpost ul { margin: 68px 0 0 162px; padding: 0; list-style-type: none; }
#newpost ul li {
	margin: 0;
	line-height: 160%;
	background: url("http://icon.hanmail.net/mashup2007/main_bla01.jpg") no-repeat 0 50%;
	padding-left: 5px;
	font-size: 12px;
	font-family: 굴림;
	color: #FFFFFF;
}

#newpost ul li a:link, #newpost ul li a:visited {
	color:#fff;
	text-decoration: none;
}

#counter {
	float: left;
	width: 486px;
	height: 190px;
	padding-top: 55px;
	background: url("/2008/images/main_counter.jpg") no-repeat;
}

#counter div {
}

#counter_expo  { margin: 3px; width:167px; height:33px; background: url("/2008/images/clock_expo.gif");}
#counter_conf  { margin: 3px; width:167px; height:33px; background: url("/2008/images/clock_conf.gif");}
#counter_yeon  { margin: 3px; width:167px; height:33px; background: url("/2008/images/clock_yeon.gif");}
#counter_daum  { margin: 3px; width:167px; height:33px; background: url("/2008/images/clock_daum.gif");}
#counter_kaist { margin: 3px; width:167px; height:33px; background: url("/2008/images/clock_kaist.gif");}
#counter_end   { margin: 3px; width:167px; height:33px; background: url("/2008/images/clock_end.gif");}

.counter {
	    padding-top: 2px;
	    margin-left: 135px;
	    font-family: "Arial Black";
	    font-size: 20px;
	    color: #eee;
}

.counter a:link, .counter a:visited {
	    color: #eee
}
.counter a:hover {
	    background-color:#000;
		    color: #ff0;
			    text-decoration: none;
}


/* bottom */
#bottom{
	clear: both;
	height: 40px;
	background: url("http://icon.hanmail.net/mashup2007/main_-foot.jpg") no-repeat;
	font-size: 11px;
	color: #96A7C4;
	font-family: 돋움;
	text-align: center;
}

.counter a { text-decoration: none; }
