/* DJ Dindak CSS */

*
{
padding: 0px;
margin: 0px;
}

body {
	background: url("images/background.png");
	background-color: black;
	background-repeat: no-repeat;
}

.podcast {
	width:110px;
	height:30px;
	margin:333px 0 0 390px;
}

.podcast:hover {
	cursor: pointer;
}

.email {
	width:110px;
	height:30px;
	margin:-15px 0 0 390px;
}

.email:hover {
	cursor: pointer;
}
