body {
	background: #DFDFDF;
/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#F5F5F5,white,#F5F5F5);
/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F5F5F5,white,#F5F5F5);
/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F5F5F5,white,#F5F5F5);
/* For Firefox 3.6 to 15 */
	background: linear-gradient(#F5F5F5,white,#F5F5F5);
/* Standard syntax */
	text-align: center;
	font: bold 10pt calibri, helvetica;
}




.centered {
  position: fixed;
  text-align:center;
   text-transform: uppercase;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
font: bold 12pt Calibri, Arial, sans;
  color:#222222;

}