* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../images/background.jpg);
	color: #333;
	font: 10px Helvetica, Arial;
	overflow: hidden;
}
a:link,
a:focus,
a:hover,
a:active {
	color: #000;
}
a:visited {
	color: #333;
}
#info {
	margin-left: 10%;
	max-width: 390px;
	opacity: 0.6;
	position: absolute;
	right: 10%;
	top: 20%;
}
h1 {
	position: absolute;
	left: -8484px;
}
p {
	font-size: 24px;
	font-weight: bold;
}
p + p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
