#bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url("datacenter.jpg") center center no-repeat black;
	z-index: -1;
}

#main {
	text-align: right;
	font-family: "Segoe UI", "Open sans", Arial, Helvetica, sans-serif;
	color: #f3f3f3;
	text-shadow: 0 -1px #555, 1px 0 #555, 0 1px #555, -1px 0 #555;
	letter-spacing: 5px;
	
	right: 100px;
	top: 50%;
	margin-top: -110px;
	height: 220px;
	position: fixed;
}

#main h1 span {
	font-size: 2em;
}