html #background {
	background: url(images/bg.jpg) repeat;
}
*html #background {
	background: url(images/bg.jpg) repeat;
}
body {
	font: normal 12px/18px Arial, Helvetica, sans-serif; 
	text-transform: none;
	
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 751px;
	text-align: left;
	background:#000000;
}

a:image {border:none}