* html #centered { position:absolute;} 

html {
    background: #2cace3;
}


.centered {
  position: fixed;
  top: 50%;
  left: 45%;
  margin-top: -50px;
  margin-left: -100px;
}

.titleBig {
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	font-family: "Myriad Pro", Tahoma;
}

.titleSmall {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-family: "Myriad Web Pro", Tahoma;
}

