#main {
	background-image: url(../media/main.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 724px;
	height: 576px;
	position: relative;
}

#concert_podium {
	left: 18px;
	top: 46px;
	width: 213px;
	height: 278px;
	position: absolute;
}
#concert_podium:hover {
	background-image: url(../media/concert_podium.jpg);
	top: 35px;
	width: 254px;
	height: 332px;
	border: 3px solid #447d6e;
	z-index: 100;
}

#television {
	left: 291px;
	top: 20px;
	width: 163px;
	height: 53px;
	position: absolute;
}
#television:hover {
	background-image: url(../media/television.jpg);
	left: 271px;
	top: 10px;
	width: 196px;
	height: 64px;
	/*border: 2px ridge #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#television_performance {
	left: 297px;
	top: 385px;
	width: 146px;
	height: 32px;
	position: absolute;
}
#television_performance:hover {
	background-image: url(../media/performance.jpg);
	left: 282px;
	top: 379px;
	width: 175px;
	height: 38px;
	/*border: 2px solid #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#television_interview {
	left: 248px;
	top: 419px;
	width: 104px;
	height: 32px;
	position: absolute;
}
#television_interview:hover {
	background-image: url(../media/interview.jpg);
	left: 240px;
	top: 413px;
	width: 124px;
	height: 38px;
	/*border: 2px ridge #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#television_report {
	left: 377px;
	top: 419px;
	width: 104px;
	height: 32px;
	position: absolute;
}
#television_report:hover {
	background-image: url(../media/television_report.jpg);
	left: 360px;
	top: 413px;
	width: 124px;
	height: 38px;
	border: 3px solid #447d6e;
	z-index: 100;
}

#radio {
	left: 575px;
	top: 224px;
	width: 85px;
	height: 53px;
	position: absolute;
}
#radio:hover {
	background-image: url(../media/radio.jpg);
	left: 565px;
	top: 214px;
	width: 103px;
	height: 64px;
	/*border: 2px ridge #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#radio_performance {
	left: 497px;
	top: 468px;
	width: 146px;
	height: 32px;
	position: absolute;
}
#radio_performance:hover {
	background-image: url(../media/performance.jpg);
	left: 487px;
	top: 462px;
	width: 175px;
	height: 38px;
	/*border: 2px solid #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#radio_interview {
	left: 597px;
	top: 497px;
	width: 104px;
	height: 32px;
	position: absolute;
}
#radio_interview:hover {
	background-image: url(../media/interview.jpg);
	left: 572px;
	top: 484px;
	width: 124px;
	height: 38px;
	/*border: 2px ridge #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#other {
	left: 51px;
	top: 339px;
	width: 199px;
	height: 237px;
	position: absolute;
}
#other:hover {
	background-image: url(../media/other.jpg);
	left: 8px;
	top: 300px;
	width: 238px;
	height: 283px;
	/*border: 2px ridge #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#news {
	left: 512px;
	top: 6px;
	width: 173px;
	height: 224px;
	position: absolute;
}
#news:hover {
	background-image: url(../media/news.jpg);
	top: 3px;
	width: 208px;
	height: 269px;
	/*border: 2px ridge #8e6c13;*/
	border: 3px solid #447d6e;
	z-index: 100;
}

#footer {
	background-image: url(../media/header.jpg);
	background-position: 0 -42px;
}
