	html, body{
		height: 100%;
		padding: 0;
		margin: 0;
		min-width: 0 !important;
	}
	body{
		background: none;
	}
	header{
		height: 60px;
		border-bottom: 5px solid #e0e0e0;
		background-color: #f0f0f0;
	}
	header img{
		padding: 10px 10px 10px 20px;
		display: inline;
	}
	#wrapper{
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}
	#window{
		position: relative;
		top: 20px;
	}
	.main{
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 55px;
	}

	#footerClose, .push{
		height: 60px;
	}
	#footerClose{
		background-color: #fff;
		margin-left: 20px;
		margin-right: 20px;
		border-top: 5px solid #e0e0e0;
		margin-top: -65px;
		padding: 0;
	}
	#footerClose a{
		float: left;
		margin-top: 20px;
		padding: 2px 4px;
		color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		background: #3C78C7; /* Old browsers */
		background: -moz-linear-gradient(top, #4B97FA 0%, #3C78C7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4B97FA), color-stop(100%,#3C78C7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4B97FA 0%,#3C78C7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4B97FA 0%,#3C78C7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4B97FA 0%,#3C78C7 100%); /* IE10+ */
		background: linear-gradient(to bottom, #4B97FA 0%,#3C78C7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B97FA', endColorstr='#3C78C7',GradientType=0 ); /* IE6-9 */
	}