
html {
	overflow: hidden;
}

body {
	background-color: #f0f0f0;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #bbb;
}

p {
	margin: 0;
	margin-bottom: 0.8em;
	line-height: 1.6em;
}

img {
	border: 0 none;
}

div#info {
	position: absolute;
	left: 100px;
	top: 30px;
	width: 50%;
	color: #555;
}

div#info h1 {
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -0.08em;
}

div#info a {
	color: #666;
	text-decoration: none;
}

div#info a:hover {
	text-decoration: underline;
}

div#purrmedia {
	position: absolute;
	right: 80px;
	bottom: 30px;
	color: #bbb;
	font-size: .8em;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.3em;
}

div#purrmedia p {
	margin: -10px 0 0 0;
}
