body {
	font-family: verdana;
	color: #ffffff;
	background-color: #000000;
}

#foreground {
	position: relative;
	z-index: 10;
}

h1 {  } 

.intro { margin-top: 10%; }
.welcome {
	text-align: center;
	margin-bottom: 10px;
}
.name {
	text-align: center;
	font-size: 150px;
	font-family: Times New Roman;
}
.description {
	width: 500px;
	margin: 60px auto 0;
	text-align: center;
	font-size: 12px;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	background-color: #000000;
}
#lasers {
	height: 100%;
	width: 100%;
	background-color: #000000;
}
line { stroke-linecap: round; }