html, body{
	font-family: georgia;
  margin: 0;
	padding: 0;
  width: 100%;
	height: 100%;
  overflow: hidden;
	font-size:
}

div#page{
	background-image: url('background.jpg');
	background-attachment:fixed;
	background-repeat: repeat;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}


div#site-title{
	display: block;
  border: 1px dashed #efa016;
  border-left: 0;
	border-rght: 0;
  box-shadow: 0 0 0 2px #6a180d, 0 0 20px rgba(0,0,0,0.5);
  width: 100%;
  padding: 10px 0;
	margin-top: 20%;
  background-color: #6a180d;
	background: -moz-linear-gradient(left, rgba(58,0,0,1) 0%, rgba(106,24,13,1) 32%, rgba(106,24,13,1) 67%, rgba(61,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(58,0,0,1)), color-stop(32%,rgba(106,24,13,1)), color-stop(67%,rgba(106,24,13,1)), color-stop(100%,rgba(61,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(58,0,0,1) 0%,rgba(106,24,13,1) 32%,rgba(106,24,13,1) 67%,rgba(61,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(58,0,0,1) 0%,rgba(106,24,13,1) 32%,rgba(106,24,13,1) 67%,rgba(61,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(58,0,0,1) 0%,rgba(106,24,13,1) 32%,rgba(106,24,13,1) 67%,rgba(61,0,0,1) 100%);
	background: linear-gradient(to right, rgba(58,0,0,1) 0%,rgba(106,24,13,1) 32%,rgba(106,24,13,1) 67%,rgba(61,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a0000', endColorstr='#3d0000',GradientType=1 );
}


hgroup{
	width: 960px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
h1, h2, h3{
	text-align: center;
  width: inherit;
}
h1{
	font-size: 42pt;
	font-style: italic;
	color: #efa016;
	font-weight: 300;
	letter-spacing: 1;
}
h2{
	color: #efa016;
	font-size: 18pt;
	font-weight: 300;
}
h3{
	text-transform: uppercase;
	color: #E96E17;
	letter-spacing: 5;
	font-size: 8pt;
	line-height: 2;
}