html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
  //font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  width: 100%;
  height: 100%;
  background-color: #F2F0CE;
  background: -moz-radial-gradient(center 45deg, circle closest-corner, #F2F0CE 0%, #8C826B 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 1000, from(#F2F0CE), to(#8C826B));
}

#container h1 { 
	font-family: 'Lobster', arial, serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	color: #AE3135; 
	text-shadow: #3D3C33 3px 3px 0px;	
}

#container h2 { 
	font-family: 'Droid Serif', arial, serif;
	font-size: 25px;
	font-style: normal;
	line-height: 1.2em;
	color: #3D3C33;
	text-shadow: #FFF 1px 1px 0px;
}

#container h3 { 
	font-family: 'Droid Serif', arial, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.2em;
	color: #3D3C33;
	text-transform: uppercase;
	margin-bottom: 28px;
	//text-shadow: #FFF 1px 1px 0px;
}

.deck {
  font-family: 'Droid Serif', arial, serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2em;
  color: #3D3C33;
  margin-top: 28px;
  margin-bottom: 28px;
}


#container .button {
   border-top: 1px solid #b7b8a4;
   background: #ae3135;
   //background: -webkit-gradient(linear, left top, left bottom, from(#f2f0ce), to(#3d3c33));
   //background: -moz-linear-gradient(top, #f2f0ce, #3d3c33);
   padding: 10px 20px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   //text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #f2f0ce;
   font-size: 14px;
	font-family: 'Droid Serif', arial, serif;
   text-decoration: none;
   vertical-align: middle;   
   }
   
#container .button:hover {
   background: #3d3c33;
   color: #f2f0ce;
   }
#container .button:active {
   border-top-color: #d1af87;
   background: #d1af87;
   }