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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	margin:0 0 0 0;
}

img {
border:none;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -172px;
}

* html .centered { position:absolute }