:focus {
  outline: 0;
}
html, body {
height:100%;
}
body 				{
				color: #FFF;
				background-color: #333333;
				text-align:center; /* horizontal centering for IE Win quirks */
				font-family: Verdana;
				font-size: 12px;
				}

h1 				{
				color: #fff;
				font-family: Garamond;
				font-size: 34px;
				font-weight: normal;
				}
				
h2 				{
				color: #999;
				font-family: Verdana;
				font-size: 10px;
				}