html, body {
	min-width: 100%;
	height: 100%;	}
body {
	font-size: 80%; font-family: tahoma, arial, sans-serif;	color: #000;
	margin: 0; padding: 0;
	background: url(../_img/bg.gif) #e7e7e7 center top repeat-y; 
	text-align: center;
	}
/*---------------------- Stucture -------------------------*/	
.holder {
	margin: 0 auto; padding: 0;
	text-align: left;
	min-height: 100%;
	background-color: #fffffa;
	width: 1024px;
	}	
* html #holder { 
     height: 100%; 
     }		
.content-inner {
	background: url(../imglib/services/bg.jpg) top left no-repeat;	
	height: 395px!important;margin: 0 auto;
    	margin-top: -630px; 
	position: relative;
	padding: 235px 90px 0 275px;
}
#before_footer { 
    height: 630px; 
    clear: both; 
            } 		 

