body {
	background: #f6f6f6;
	background: -moz-radial-gradient(center, ellipse cover, #f6f6f6 0%, #f6f6f6 36%, #ababab 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f6f6f6), color-stop(36%, #f6f6f6), color-stop(100%, #ababab));
	background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 0%, #f6f6f6 36%, #ababab 100%);
	background: -o-radial-gradient(center, ellipse cover, #f6f6f6 0%, #f6f6f6 36%, #ababab 100%);
	background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 0%, #f6f6f6 36%, #ababab 100%);
	background: radial-gradient(ellipse at center, #f6f6f6 0%, #f6f6f6 36%, #ababab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ababab', GradientType=1 );
}
.geral {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.vermelho {
	color: #ed1625;
}