body {
	background-color: rgba(0,0,0,0.02);
	text-shadow: #fffffe 0 0 0;
} 

#container {
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 5px;
	width: 400px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -200px;
	font: 60px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d5d5d5;
	text-shadow: #fffffe 0 2px 0;
	text-decoration: none;
	text-transform: lowercase;
}





::selection {
    background: rgba(66,66,66,0.3);
    color: #fffffe;
}
::-moz-selection {
    background: rgba(66,66,66,0.3);
    color: #fffffe;
}
