body {
	line-height: 1.6em;
	font-size: 0.9em;
	font-family: 'Droid Serif', serif;
	background-color: rgb(0,0,0);
	margin:	0px;
	color: rgb(255,255,255);
}

.what {
	margin:	20px;
}

.bg {
	background: url(../img/bg.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.info {
	background-color: rgba(0,0,0,0.5);
	width: 400px;
	height: 100px;
	position: absolute;
	margin: 100px 0 0 0;
}

.infop {
	font-size: 2.5em;
	line-height: 1.2em;
	margin-left: 30px;
	margin-top: 24px;
}