.bg-cylcops {
	background-attachment: fixed;
	background-image: url(images/bobby-cyclops.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.greyborder {
	border: 1px solid #999999;
}
.bg-index {
	background-image: url(images/bobby-index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #999999;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	cursor: hand;
}
.bg-news {
	background-attachment: fixed;
	background-image: url(images/bobby-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-concerts {
	background-attachment: fixed;
	background-image: url(images/bobby-concerts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-gallery {
	background-attachment: fixed;
	background-image: url(images/bobby-gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.hr {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
