	* { margin: 0; padding: 0; }
	
	body { background: #eee; }
	#container {
		width: 800px; height: 380px; margin: 50px auto; padding: 170px 0 0 0; text-align: center;
		;
	}

h1 {
	display: inline;
	position: relative;
	font: 200px Helvetica, Sans-Serif;
	letter-spacing: -5px;
	color: rgba(0,255,255,0.5); 
}

h1:after {
	content: "sean at sean.no";
	position: absolute; left: -10px; top: 1px;
	color: rgba(255,0,0,0.5);   
}