body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(images/background.png);
	text-shadow: white 0 1px 1px;
	color: #989797;
	font-size: 100%;
	min-width: 770px;
}

body, html {
	height: 100%;
}

h1 {
	color: #adaaaa;
	font-size: 2.5em;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 0.2em;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0;
}

ul {
	font-size: 1em;
	margin-top: 0.5em;
	padding-left: 1.4em;
	line-height: 1.4em;
	list-style: circle;
}

a {
	color: #D56823;
	text-decoration: none;
}
a:hover {
	color: #D54123;
}

a span.arrow {
	display: none;
}
a:hover span.arrow {
	display: inline;
	color: #d56823;
	font-weight: bold;
	text-shadow: none;
}

img {
	float: left;
}

div#push {
	height: 50%;
	float: left;
	margin-bottom: -10em;
}

div#container {
	clear: both;
	position: relative;
	margin: auto;
	height: 17.63em;
	width: 40em;
}

div#text {
	padding-top: 0.3em;
	margin-left: 19em;
}

p#kl_logo {
	margin-top: 0.5em;
}

p.hidden {
	display: none;
}