html,
body
	{
		margin: 0;
		padding: 0;
		height: 100%;
		position: relative;
	}

body
	{
		background: url(../images/danielbrettschneider.jpg) bottom right no-repeat;
		background-size: cover;
	}
	
div
	{
		position: absolute;
		bottom: 180px;
		left: 100px;
		color: #ffffff;
		font-family: Karla;
		font-size: 36px;
	}
	
h1
	{
		margin: 0;
		padding: 0;
		font-size: 36px;
	}
	
a, a:visited
	{
		color: #ffffff;
	}
	
address
	{
		font-style: normal;
	}