

table 	{
	text-align		: left;
	font-family		: Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	font-size		: 10pt;

	}
	
#wishdisplay {
   // works for IE 6, not for newer version. inline-block works, but not for IE6 --> no way for css --> tables
	background: url(https://schamanenstube.com/wunschbrunnen/files/wunsch1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: inline;
	text-align: center;
	width:108px; 
	height:132px;

}