.background {
	background-position:center;
	background-image:url(./images/Background_generic.jpg);
	background-repeat: no-repeat; /*Only one image, so don't repeat it */
	height: 806px; /*Height of the image */
	width: 753px; /*width of the image */
	border-color:#0F0;
	font-size: 14px;
} 

.background2 {
	background-position:center;
	background-image:url(./images/radio_plays.jpg);
	background-repeat: no-repeat; /*Only one image, so don't repeat it */
	height: 992px; /*Height of the image */
	width: 753px; /*width of the image */
	border-color:#0F0;
	font-size: 14px;
} 

.background_voiceover {
	background-position:center;
	background-image:url(./images/voiceover.jpg);
	background-repeat: no-repeat; /*Only one image, so don't repeat it */
	height: 992px; /*Height of the image */
	width: 753px; /*width of the image */
	border-color:#0F0;
	font-size: 14px;
} 
.background_long {
	background-position:center;
	background-image:url(./images/background_long.jpg);
	background-repeat: no-repeat; /*Only one image, so don't repeat it */
	height: 1200px; /*Height of the image */
	width: 753px; /*width of the image */
	border-color:#0F0;
	font-size: 14px;
} 