@charset "UTF-8";
/* CSS Document */



IMG.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align: middle;
}
	
.centered {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -205px; /* half the height of the element */
  border:hidden;
  }
