/* CSS Document */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

html {
	background: #222222 url('/images/pgbg-r.gif') bottom right no-repeat;
	min-height:100%;

}
body {
	background:	transparent url('/images/pgbg-l.gif') bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

#content {
	margin: 30px;
	height: 454px;
	width: 447px;
	overflow: auto;
	
}

#nav {
	left: 105px;
	width: 77px;
	position: relative;
	top: -70px;
}

#news {
	top: 135px;
	position: relative;
	left: 110px;
	width: 140px;
	color: #666666;
	font-size: 9pt;
	height: 300px;
	overflow: auto;
}

#legals {
	text-align: center;
	color: #666666;
	font-size: 9pt;

}

#powered {
	height: 20px;
	width: 100px;
	right: -200px;
	position: relative;
}

