@CHARSET "ISO-8859-1";
/* 
	CSS to provide a Webvent background on old-style pages displayed from the
	new Shannan corporate web site
*/

/* Custom CSS for Webvent background image */
body {	min-height: 1200px;
		background-position: center top;
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-image: url('/_images/bg-w-logo.png'); }