#text{
	font-size: 2em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	font-family: arial;
	color: rgb(132,140,0); /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#text:before,
#text:after{
	content: "HORNSBY GANG SHOW 2009"; /* generated text */
	display: block; 
}

#text:before{
	margin-bottom: -1.05em;
	margin-left: 0.2ex;
	color: rgb(132,140,0); /* shadow color */
	font-weight:bold
	background-color: transparent;
}

#text:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: yellow; /* text color */
	font-weight:bold
	background-color: transparent;
}