
a {
	text-decoration: none;
	color: #009EFF;
	font-size: 1em;
	font-family: Futura, sans-serif;
	}	

a:hover {
	color: #FF002D;
	}
	
div {	
	margin: 0 auto;
	border: 0px solid black;
	}

#friendly {
	width: 40%;
	height: auto;
	min-width: 15em;
	}
	
#logo {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 1em 0 0 0;
	}
	
#cats {
	width: 80%;
	margin: 3em auto;
	position: relative;
	text-align: center;
	overflow: auto;
	}	

#email {
	text-align: center;
	font-size: 1em;
	}
		
.link {
	width: auto;
	height: 8em;
	display: inline-block;
	position: relative;
	padding: .25em 0 0 0;
	margin: 0.1em 0.5em;
	}	
		
.soundcloud {
	width: 25%;
	display: none;
	}		
	
div a img {
	height: 7em;
	}	
	
html { 
  background: url(links/solarsystem2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}