@charset "utf-8";
/* CSS Document */

html,
body{
	padding:0;
	margin:0;
	height:100%;
	}

img{
	border:none;
	}
	
div.page{
	min-height:100%;
	text-align:center;
	position:relative;
	}

div.page div.header{
	position:relative;
	margin:auto;
	}

* 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;
	}	

