/*------------------------------------------------------------------------*/
/*     Global Font and Background                                         */
/*------------------------------------------------------------------------*/

body { 
	font: normal 13px/14px tahoma; 
	color: #604e6a; 
	margin: 0px; 
	padding: 0px; 
	background: url("/style/template/bkg.gif") repeat-x #1e012d;
	}

