@charset "utf-8";
/* CSS Document */

body {
	background:#ffffff;
}

.centered {
    position: absolute;
    margin: auto;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0; 
}