html { 
  background: url('img/rolhasV2.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

section
{
	width: 630px;
	height: auto;
	margin-top: 5%;
	margin: auto;
}

h1
{
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-align: center;
	font-size: 25px;
	color: #981b1f;
	font-style: italic;
}

h2, h2 a
{
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-align: center;
	font-size: 20px;
	color: #981b1f;
	text-decoration: none;
}

h2 a:hover
{
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-align: center;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}