body {
	padding:0;
	margin:0;
}

#draggable{
	width:655px;
	height:492px;
	/*border:1px solid red;*/
	overflow:hidden;
	position:relative;
}

#cursors {
	position:absolute;
	top:-502px;
	left:-256px;
	width:1156px;
	height:1495px;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   behavior: url(unselect.htc);
}
#rel { position:relative;width:1156px;height:1495px;behavior: url(unselect.htc);   -moz-user-select: none;-khtml-user-select: none;user-select: none; }
#rel a { position:absolute; display:block; height:30px;width:87px;text-decoration:none;   -moz-user-select: none; -khtml-user-select: none;user-select: none;behavior: url(unselect.htc); }
