/* Centering */

.outerDiv {
    
    width:1000px;
    height:744px;
    position:relative;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;	
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 0px;
	margin-bottom: 50px;
   
    }
		
	
.outerDiv2 {
    
    width:1000px;
    height:744px;
    position:relative;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 0px;
	margin-bottom: 50px;
   
 } 
 

/*Footer */
	
* {
        margin: 0;
  }

html, body {
       height: 100%;
  }
 
 .wrapper {
      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0 auto -4em;
  }
  
.push 
{
	  height: 4em;
}

.footer
{
      
	  font-family: Tahoma, Verdana, Arial, sans-serif;
      font-size: 12px;
  	  font-weight:normal;
	  color:#BABDAC;
	  clear:both;
	  height: 4em;
	  padding-top:1em;
	  text-align:center;
	  width:1000px;
      position:relative;
	  margin-left: auto ;
  	  margin-right: auto ;
}
