#divbackground {
	background-color: #000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #F00;
	border-right-color: #FFF;
	border-bottom-color: #00F;
	border-left-color: #FFF;
	background-image: url(picture_library/Cup-white-large-Web.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
}
.Red {
	font-weight: bolder;
	color: #F00;
	font-size: 24px;
}
.white {
	font-weight: bolder;
	color: #FFF;
	font-size: 24px;
}
.blue {
	font-weight: bolder;
	color: #00F;
	font-size: 24px;
}

