* {
	margin 0;
}

body {
	background-image: url('../images/bgnoise.png');
	
}

#content {
	width: 960px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

#innercontent {
	width: 430px;
	height: 304px;
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
}

#download {
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#download a {
	font-size: 20px;
	color: #666;
	text-decoration: none;
	font-family: 'Varela Round', sans-serif;
}

#download a:hover {
	text-decoration: underline;
	color: #5A9FCD;
}

#album {
	position: absolute;
	z-index: 2;
}

#cd {
	position: absolute;
	margin-left: 125px;
	z-index: 1;
}

footer {
	clear: both;
	padding-top: 40px;
	text-align: center;
	cursor: default;
	padding-bottom: 30px;
}
	footer p {
		color: #aaa;
		font-family: arial;
		font-size: 10px;
		padding: 4px 8px 4px 8px;
		background: #f7f7f7;
		background: rgba(0,0,0,0.05);
		display: inline;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition:color 0.2s ease-in, background 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in, background 0.2s ease-in;  
    -o-transition:color 0.2s ease-in, background 0.2s ease-in;  
    transition:color 0.2s ease-in, background 0.2s ease-in;
	}
	footer p:hover {
		background: #f1f1f1;
		background: rgba(0,0,0,0.06);
		color: #888;
	}