body {
	background: #c3c3c3;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 100;
}
.inside {
	background: #c3c3c3;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}
.center-div {
    width: 68px;
    height: 90px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}
.top {
	position: absolute;
	margin: auto;
	width:100%;
	height: 20px;
	padding: 20% 0px 40px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
.foot {
	font-size: 12px;
	text-align: center;
}

a {
	text-decoration: none!important;
	color: #000!important;
	font-weight: 600!important;
}

a:hover {
	text-decoration: underline!important;
}