@charset "utf-8";

html, body {
	margin:0;
	padding:0;
	height:100%;
    color:rgba(75,75,75,1.00);
	text-align:center;
    font-family: 'Helvetica', sans-serif;
	font-size: 1em;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	text-align:center;
	padding-top:40px;
}

#content {
	position: absolute;
	top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	padding-bottom:30px; /* Height of the footer element */	
	max-width: 400px;
}

#footer {
	position:absolute;
	width:100%;
	height:20px;
	bottom:10px;
	font-size:80%;
}

a {	
	text-decoration:none;
	color:rgba(100,100,100,1.00);
}

  

.vertdivider {
	color:silver;
}
