/* css data */

body
	{
	background-color:#000;
	background-image:url(../_portal/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	}
	
body, p, table, tr, td
	{
	font-family:"Lucida Grande", "Arial Unicode MS", sans-serif;
	font-size:11px;
	color:#888;
	line-height:1.7em;
	}