img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #eeeeee;
    font-weight: normal;
    text-align: center;
}


h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4E6272;
    font-weight: normal;
}
		h1{
	font-family: 'Cinzel', serif;
	font-size: 38px;
	font-style: normal;
	color: #A5A6A4;
	margin: 0px;
	font-weight: 100;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #171721;
}
.bg-strip-image {
	background-attachment: scroll;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.trans-bg {
	background-repeat: repeat;
	border: 1px solid #747672;
	position: relative;
	height: 486px;
	width: 825px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(39,42,35,0.72);
}
body,td,th {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.top-band {
	background-color: #171721;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 16px;
}

.centre-band {
    width: 100%;
    background-image: url("images/bg2-original-original.jpg");
    background-repeat: no-repeat;
    min-height: 650px;
    padding-top: 20px;
    background-position: center top;
    background-color: undefined;
    background-size: cover;
    text-align: center;
}

.bottom-band {
	background-color: #171721;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 202px;
	padding-bottom: 60px;
}
.icon-holder {
	background-color: rgba(130,156,117,0.48);
	width: 879px;
	position: absolute;
	right: 0%;
	bottom: 0;
	z-index: 500;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.logoicon-holder {
	width: 100%;
	position: absolute;
	right: 0%;
	top: 0;
	z-index: 500;
	padding-top: 1%;
	padding-bottom: 1%;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 48.19%,rgba(130,156,117,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 48.19%,rgba(130,156,117,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 48.19%,rgba(130,156,117,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 48.19%,rgba(130,156,117,1.00) 100%);
	height: 84px;
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 4px;
	background-repeat: no-repeat;
	background-position: right center;
}
.logo {
	background-attachment: scroll;
	background-image: url(images/logoxmas.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 0px;
	height: 198px;
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
.footer {
	width: 999px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(23,23,33,0.80);
	
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	bottom: 0px;
	position: relative;
}
.link-wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.iconbox {
	width: 126px;
	float: right;
	clear: left;
	color: rgba(255,255,255,1.00);
	background-color: rgba(23,23,33,0.80);
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.24);
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.24);
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
}
