@charset "utf-8";
/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	height:100%;
}

div.page{
	min-height:100%;
	text-align:center;
	position:relative;
	}

div.page div.header{
	position:relative;
	margin:auto;
	text-align: left;
	}

* html div.page{
	height:100%;
	}

html:first-child>b\ody div.page{
	min-height:100%;
	}
	
div.footercon{
	width:100%;
	left:0px;
	position:absolute;
	bottom:0px;
	z-index:1;
	}
	
div.page div.footer{
	margin:auto;
	}

div.page div.content{
	position:relative;
	margin:auto;
	text-align:left;
	}