body {
	color:#FFF;
	font-family:'Open Sans', sans-serif;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
	color: #fff;
	background-size:cover;
	background: #212121;
}

.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}
h1 {
	font-size:50px;
	letter-spacing:-2px;
	/* line-height:40px; */
	text-align:center;
}
.ie h1 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
	padding-bottom:12px;	
}

code {
	text-transform:uppercase !important;
	color:#EEE;	
	border-bottom:1px dotted #666;
}

strong{
text-align: center;
display: block; 
font-size: 28px;
font-weight: normal;
color:#646464;
}
.topSection{ 
}
.spacing{
padding:60px 0;
}
#Header { 
position: relative;
width: 100%; 
z-index: 1;
padding-top: 50px
}
.logo{width: auto;margin: 0 auto;padding: 16px;border-radius: 180px;padding-bottom: 80px;}
.logo h1{color: #ffffff;font-weight:600;}
.logo img {width: 250px;height: 250px;text-align: center;display: block;margin: 0 auto 10px;}
.wrapper {
margin: 0 auto;
position: relative;
width: 100%;
z-index: 1;
}
.tempBy{display:block;text-align:center;padding: 18px;background: #212121;color: #8A8A8A;font-size: 12px;}

/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  padding-top: 3px;
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
footer{
width:100%;
height:30px;
background:rgba(0, 0, 0, 0.64);
position:absolute;
bottom:0px;
}
footer span{
float:right;
margin:10px;
}
	footer{
	position:relative !important;
	}
}
