.css {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.bg {
	background-attachment: fixed;
	background-image: url(image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.innerbg {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.contbg {
	background-attachment: fixed;
	background-image: url(contbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
