

/* :: Backgrounds :: */ 

html, body {
	background-color: #333;
}

.content {
	background-color: rgba(0,0,0,.7);
}

/* :: Borders :: */


/* :: Colors :: */

body, a {
	color: white;
}

#footer {
	color: hsla(0,0%,100%,.5);
}