body {
	background-image: url("../images/oliver.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-color: #000;
}

h1, h2 {
	color: #FFF;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Sans-Serif;
	font-weight: 200;
	padding: 0 5%;
	text-shadow: 1px 1px 0 #333;
}

h1 {
	font-size: 200%;
	letter-spacing: 10px;
	margin: 5% 0 10px 0;
	word-wrap: break-word;
}

h2 {
	font-size: 150%;
	letter-spacing: 1px;
}

#iam {
	text-transform: uppercase;
}

#show {
	position: relative;
	float: right;
	width: 35%;
	max-width: 600px;
	color: #FFF;
	font-family: Georgia, Cambria, "Times New Roman", Serif;
	font-size: 100%;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #333;
	margin: 60px 5% 0 5%;
	z-index: 1;
	}

#show p {
	margin: 10px 0;
}
