@CHARSET "utf-8";

html, body {
/*	width:742px;
	height:205px;*/
}

#box {
	position:relative;

	/* 111101 added */
	width: 742px;
	height: 205px;
	margin: 0 auto;
	padding-left: 10px;
	overflow: hidden;
}

#target {
	/*position:relative;*/
	width:742px;
	height:205px;
	margin:0;
	padding:0;
}

#target img {
	/*position: absolute;*/
	cursor: pointer;
}

img#nWindowIco {
	position:absolute;
	top:7px;
	right:9px;
	display:none;
}