
html {
	min-height: 100%;
}

body {
	background-image: url("assets/background.png");
	background-repeat: repeat;
	background-position: top center;
	
	margin: 0;
	font-family: Helvetica, serif;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}

div.header-outer-container {
    height: 160px;
    background-image: url("assets/header.png");
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 1000px;
}

div.main-content {
	max-width: 800px;
	margin: 20px auto 230px;
	text-align: center;
}

div.podcast-logo {
	margin-bottom: 10px;
}

div.footer-container {
    background-image: url("assets/footer.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 220px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

div.copy-container {
    color: #fff;
    font-weight: lighter;
    position: absolute;
    bottom: 10px;
    left: 10px;
}