html {
	height: 100%;
	}
body {
	background:#000;
	font: 76% Arial, sans-serif;
	margin:0;
	padding:0;
	color:#b5b8b2;
	}
#content {
	height: 100%;
	}

.container{ margin:20px; }

a, h2{ color:#90dffb; text-decoration:none; }
a:hover{ text-decoration:underline; }
