* {
	margin: 0;
}

html, body {
  width: 100%;
  height: 100%;

}

#main-wrapper{
	/*z-index: -1;*/
	position: relative;
/*	top:165px;*/
	top:135px;
	/*left:20px;*/
	width: 960px;
	margin: 0 auto;
}

#main {
  margin: 0px auto 0 auto;
 /* margin: 25px auto 0 auto;*/
 /* padding: 20px;*/
  width: 960px;
}



#main-squeeze {
  padding: 10px;
}

#bottom-left,
#bottom-right {
  float: left;
  width: 470px;
}

#bottom-right {
  margin-left: 20px;

}

#page-wrapper
{
	/*min-height: 100%;*/
	/*height: auto !important;*/
	/*height: 100%;*/
/*	margin: 0 auto -30px; the bottom margin is the negative value of the footer's height */
	margin: 0 auto;/* the bottom margin is the negative value of the footer's height */
	padding-bottom: 70px;
	margin-bottom: 165px;
}
/*#footer,
#np_push {
	height: 30px; /* .push must be the same height as .footer */
}*/
#footer
{
	margin-top: 30px;
	height: 30px; 
}