﻿* {
	margin: 0;
}
html, body {
	height: 100%;
	width:100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-40px; /* the bottom margin is the negative value of the footer's height */
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	width:100%;

	}
.footer{
	height: 40px; /* .push must be the same height as .footer */
	background-color:#242490;
	text-align:center;
	line-height:40px;
	color:#6D85E4;
	font-family:calibri, arial, verdana, tahoma;
	font-size:.90em;
}
 .push{
	height: 40px; /* .push must be the same height as .footer */
}
.contentbox {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family:"Myriad Web Pro",calibri, arial, verdana, tahoma;
	font-size:1.25em;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/