html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: black;
}

.style1 {
	/*font-family:'BitstreamVeraSansMonoRoman',Arial,sans-serif;*/
	font-family: 'Source Code Pro', sans-serif; font-weight: 100;
	color: white;
	padding-left: 25px;	
	padding-top: 25px;
}


.style2 {
	/*font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif;*/
	/*font-family: 'Quicksand', sans-serif; font-weight: 300;*/
	font-family: 'Source Code Pro', sans-serif; font-weight: 200;
	color: white;
	padding-left: 25px;	
}


#homepage-container {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#background-image {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#text {
	position: relative;
	z-index: 100;


}

