div#DeskTop{
	position:relative;
	width:150;
	height:200;
	top:0;
	left:0;
	background-image: url(../images/bground1.gif);
	z-index:0;}

div#Blocks{
position:relative;
	width:100;
	height:100;
	top:0;
	left:0;
	background-image: url(../images/bground1.gif);
	z-index:0;}
div#fonts{
position:relative;
	width:100;
	height:100;
	top:0;
	left:0;
	background-image: url(../images/bground1.gif);
	z-index:0;}
.clickimage{
	cursor: pointer;
	visibility:visible;
}

.dragBlock{
	cursor:move;
}
