/* CSS Document */


* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color: #00152b;
	text-decoration: none;
	
}
.wrapper {
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -45px;
	min-height: 100%;
}
.footer, .push {
	height: 44px;
	clear: both;
}


