.bkgrnd {
	background-repeat: no-repeat;
	background-position: right center;
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 25px;
}
a {
	text-decoration: none;
	color: #CC0000;
}
.bkgrnd-left {
	background-repeat: no-repeat;
	background-position: left top;
}
.bkgrnd-center {
	background-repeat: no-repeat;
	background-position: center;
}
