

html {
	height: 100%;
	}
body {
	background-color: #CBD1DF;
	padding: 0;
 	margin: 0 auto; 
	height: 100%;
	background-image: url(../images/BackGround2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 150;
	}
	#nonFooter
{
	position: relative;
	min-height: 100%;
	
	
}
#LeftMenus{
	width: 1000px;
	margin: 0 auto; 
	height: 95%;
	background-image: url(../images/BlueBar.gif);
	background-repeat: repeat-y;
	}

* html #nonFooter
{
height: 100%;
}
#content
{
	padding-bottom: 5em;
	margin-top: -0.4em;
}

#footer
{
	position: relative;
	background-color: #F8D291;
	height: 60px;
	width: 1000px;
	padding: 3px;
	margin: 0 auto; 
	margin-top: -3em;
	text-align: center;
} 
#footer p
{
	text-align: center;
	line-height: normal;
}
#container {
	min-height: 100%;
	padding: 10px;
}
