<style>
<!--

/*i.e. center */
 body {
	margin:0; 
	background: #000000 url(bar.jpg) repeat-y fixed 
	center top;
	text-align:center;
	height:100%;
	width:100%;
	padding:0;
	color:#ffffff;
	}
	
/* firefox center */
.body { 
	margin:0 auto;
	background: #333333 url(bar.jpg) repeat-y fixed 
	center top;
	height:100%;
	padding:0px;
	text-align:-moz-center;
	}
	

A:link 
	{ 
	text-decoration:none; 
	color:#FFFFFF;
	}
A:visited 
	{ 
	text-decoration:none;
	color:#c0c0c0;
	}
A:hover { 
	text-decoration:none;
	color:#00ccff;
	font-weight:none;
	 }

-->

</style>
