/* CSS Document */


body {
	background-color: #000;
	font-family: Helvetica, Arial, Verdana, san serif;
	font-size: 10px;
	text-align: center;
	margin:0;
	padding:0;
}

h1 {
	font-size: 300px;
	color: #222;
	letter-spacing: -30px; 
	line-height: 300px;
	margin: 0;
	padding: 0;
	}
		
p {
	font-size: 12px;
	color: #555;
	}

.super-dark-fontz {
	color: #222;
}

#bar-thing-cross-the-topz-of-da-page {
	width: 100%;
	height:10px;
	background-color: #222;
}
			
a:link, a:visited, a:hover, a:active {
	font-size: 8pt;
	color: #555;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
a:hover {
	color: #fff;
	}