@import url(main.css);

html{
	height: 100%;}

body{
	height: 100%;}

#page{
	margin: 0 auto;
	min-height: 100%;
	text-align: left;}

#page, #header, #footer{
	width:994px;}

* html #page{
	height: 100%;}
	
#nFooter{
	position: relative;
	min-height: 100%;}

* html #nFooter{
	height: 100%;}

#footer{
	position: relative;
	margin: -95px auto 0 auto;}

/**:first-child+html #footer{
	margin: -95px auto 0 auto;}
	
* html #footer{
	margin-top: -95px;}*/