/* DJ Dindak CSS */

#coming_soon {
	width:389px;
	height:73px;
	background: url('images/comingsoon.png');
	margin:50px 0 0 50px;
}
/*
#coming_soon:hover {
	background: url('images/comingsoon2.png');
}
*/
#podcast {
	width:112px;
	height:34px;
	background: url('images/podcast.png');
	margin:0px 0 0 130px;
}

#podcast:hover {
	background: url('images/podcast2.png');
}

#email {
	width:80px;
	height:34px;
	background: url('images/email.png');
	margin:-34px 0 0 250px;
}

#email:hover {
	background: url('images/email2.png');
}