@import url();

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


body {
	overflow: hidden; 
height: 100%;
margin:0px; 
padding:0px;

	background-image: url(dollar06.gif);
}


#thisCanvas { 
	z-index:100;	
	position: absolute; 
	border:1px dotted green;
	margin:0px; 
	padding:0px;
	background-image: url(world_machine_jpg.gif);
	background-position:center;
	background-repeat:no-repeat;

}


#dollars {
	z-index:1000;
	width:100px;
	height:100px;
	background-image: url(dollar06.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	
}
