
	/* This is just the stylesheet for the silly tentacle that dangles to link back to m00d.net */
	/* I don't even know why this is here, if you're reading this, you're mad. */
	
	#who_tentacle{
		width:70px;
		height:70px;
		position:absolute;
		top:0;
		left:0;
		background-image:url('tentacle.png');
		z-index:100;
	}
	
	.who_tentacle_link{
		display:block;
		height:70px;
		width:70px;
		outline:none;
		z-index:100;
	}