@charset "utf-8";
/* CSS Document */

a:link{
	color:#444; text-decoration:none;}

a:visited{
	color:#444; text-decoration:none;}
	
a:hover{
	color:#f58220;
	text-decoration:none;
	font-weight:bold;
}


#topmenubox{
	position:absolute;
	left: 50%;
	margin-left:-490px;
	top:0px;
	width:980px;
	height:200px;
	z-index:900;
	
}

#leftmenubox{
	position:absolute;
	left: 50%;
	margin-left:-490px;
	top:374px;
	width:180px;
	height:500px;
	z-index:900;
}
	


#newlistbox {
	position:absolute;
	left: 50%;
	margin-left:40px;
	top:600px;
	width:410px;
	height:294px;
	z-index:100;
	font-family: "맑은 고딕", "돋움";
	font-size: 13px;
	color: #666;
}


#quickbutton {
	position:absolute;
	left: 50%;
	margin-left:-470px;
	top:600px;
	width:450px;
	height:294px;
	z-index:100;
}



#quickprd {
	position:absolute;
	left: 50%;
	margin-left:-470px;
	top:720px;
	width:450px;
	height:150px;
	z-index:100;
}
