/* Centering */

.outerDiv {
    
    width:700px;
    height:1450px;
    position:relative;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 5px;
	margin-bottom: 0px;
   
    }
		
	
/*Footer */
	
* {
        margin: 0;
  }

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

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

.footer a:hover
{
	  color:#CC66FF;
}
