@charset "UTF-8";
/* CSS Document */

#contentWrapper	{
	background-image:url(300x250.jpg);
	width:300px;
	height:250px;
	left:0px;
	top:0px;
}
	
#clickLayer	{
	width:100%;
	height:100%;
	right:0px;;
	top:0px;
 	cursor:pointer;
}
