body {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 400;
	background-color: #;
}
html { 
  background: url(images/background-dark-blue.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gold-headers {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	line-height: 68px;
	font-weight: lighter;
	color: #e0a321;
	word-spacing: 0px;
	font-variant: normal;
}
.white-page-headers {
	font-family: 'Oswald', sans-serif;
	font-size: 72px;
	font-weight: lighter;
	color: #ffffff;
	word-spacing: 0px;
	font-variant: normal;
	letter-spacing:20px;
}
.whitecopy {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 400;
}
.quotes {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #cccccc;
	font-weight: 400;
	text-align: center;
	width: 230px;
}
.quote-attribute {
	font-family: 'Lora', serif;
	font-size: 15px;
	line-height: 19px;
	color: #cccccc;
	font-weight: 400;
	text-align: center;
	width: 300px;
}
.goldcopy {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 20px;
	color: #e0a321;
	font-weight: 400;
}
.whitecopy-large {
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 400;
}
.goldcopy-large {
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 30px;
	color: #e0a321;
	font-weight: 400;
}
.darkbox {
	background-image: url(images/black-50pct.png);
	background-repeat: repeat;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
	margin: 0px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border: 1px solid #333333;
	font-weight: 200;
}
.white-border-box {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #ffffff;
	font-weight: 200;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 3px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #bbbbbb;
	display:inline-block;
	cursor:pointer;
	color:#4d4d4d;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:0px 40px;
	text-decoration:none;
	text-shadow:0px 2px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}
.dead_center {
        position:absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: auto;
      }