BODY {
	
}
html, body, #wrapper { 
 min-height: 100%; /*Sets the min height to the 
  height of the viewport.*/ 
 width: 900; 
 height: 100%; /*Effectively, this is min height 
  for IE5+/Win, since IE wrongly expands 
  an element to enclose its content. 
  This mis-behavior screws up modern  
  browsers*/ 
 margin: 0; 
 padding: 0; 
 text-align: center;
 } 


  
#footer { 
 position: absolute; 
 bottom: 0; 
 width: 900; 
 text-align: center; 
 left: 7%;
 right: 7%;
 } 