﻿/* Front Page Content Area */
#wrap {
	background-position: center top;
	background-image: url('../images/front_content_back.jpg');
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
}
#rss {
	width: 241px;
	height: 70px;
	position: absolute;
	left: 25px;
	bottom: 25px;
	z-index: 1;
}
#rss a{
	background-position: left top;
	display: block;
	width: 241px;
	height: 70px;
	text-indent: -9999px;
	background-image: url('../images/rss_button.gif');
	background-repeat: no-repeat;
}
#rss a:hover {
	background-image: url('../images/rss_button.gif');
	background-repeat: no-repeat;
	background-position: 0px -70px;
}
#live {
	width: 241px;
	height: 70px;
	position: absolute;
	left: 315px;
	bottom: 25px;
	z-index: 1;
}
#live a{
	background-position: left top;
	display: block;
	width: 241px;
	height: 70px;
	text-indent: -9999px;
	background-image: url('../images/listen_live_button.gif');
	background-repeat: no-repeat;
}
#live a:hover {
	background-image: url('../images/listen_live_button.gif');
	background-repeat: no-repeat;
	background-position: 0px -70px;
}

#front_content {
	font-size: 15px;
	padding: 10px 13px 10px 600px;
}
#front_content p {
	margin: 0 0 10px 0;
}