body 
{
	color:#242224;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background-position:top;
	background-repeat:repeat-x;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}


html,
body {
    height: 100%;
}
 
#wrapper {
    min-height: 100%;
    position: relative;
	background-color:#f2f2f2;
/*background-image:url(../img/grey_wash_wall.png);
	background-repeat:repeat-x repeat-y;*/
}
 
#header {
    height:120px;
	background-image:url(../img/nEPHL.png);
	background-repeat:repeat-x repeat-y;
	background-position:center;
}
 
#content {
 /*   background-color:#f2f2f2;*/
    padding-bottom: 81px; 
	width: 95%;
  	margin: 0 auto;
}
 
#footer {
    width: 100%;
    height: 81px;
    position: absolute;
    bottom: 0;
    left: 0;
	/*background-color:#f2f2f2;*/
	color:#FFF;
	font-size: 12px;
	text-align: center;
/*	border-top-style: solid;
	border-top-width:3px;
	border-top-color:#2d2d2d;*/
	background-image:url(../img/nEPHL.png);
	background-repeat:repeat-x repeat-y;
	
}
