body {
	text-align: center;
	background-color: #aaa;
	margin-top: 20px;
	width: 770px;
	height: 550px;
}

.podcast_wrapper {
	margin: 0 auto;
}

.half {
	float: left;
	width: 100%;
}

a.podcast_download {
	line-height: 39px;
	color: #000000;
	width: 51px;
	height: 51px;
}

.full_list {
	float: left;
	width: 33%;
}

.full_list a {
	color: #000000
}

.prev {
	float: left;
	width: 33%;
}

.prev a {
	color: #000000;
} 

.next {
	float: left;
	width: 33%;
}

.next a {
	color: #000000
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-bottom: 50px;
}


@media only screen and (max-width: 480px) {
    .half {
		float: left;
		width: 100%;
	}
}