   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }

   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;   }

}

img {
        display:block;}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
body {
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}


