@charset "utf-8";
/* CSS Document */
#mainContectPanel{
	padding:0px 6px 0px 6px;
	
}
#mainContect{
position:relative;
float:left;
	margin-top:60px;
	
	width:660px;
	text-align:justify;
}
#rightDownloadPanel{
	display:table;
	text-align:center;
	float:right;
	width:180px;
	height:250px;
	padding-top:10px;
	margin-top:-230px;
	background-repeat:no-repeat;
	

}

#rightDownloadLinkPanel{
	display:table;
	text-align:center;
	float:right;
	width:180px;
	padding-top:10px;
}

#popUpBG{
	display:table;
	text-align:center;
	float:right;
	width:180px;
	height:250px;
	background-image:url(../image/download_bg.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	float:left;
}

