html {
	height: 100%;
	background-color: #CBD1DF;
	}

body {
	height: 100%;
	margin: 0px;
	
}
#nonFooter
{
	margin:0 auto; 
	position: relative;
	min-height: 100%;
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center 300px;
	
}

* html #nonFooter
{
height: 100%;
}

#content
{
	padding-bottom: 5em;
}

#footer
{
position: relative;
margin-top: -5em;
} 
#container {
	min-height: 100%;
}
