body
{
	background-image: url(images/productBackground.jpg);
	background-attachment:fixed;
	background-position: center top;
	background-repeat:no-repeat;
}
.wrapper {
 min-height: 100%;
 height: auto;
 height: 100%;
 margin: 0 auto -4em;
 }
 .footer, .push {
 height: 4em;
 }
 ul.solutions
 {
	 margin-top: 0px;
	 margin-bottom:0px;
	 padding-top: 0px;
	 padding-bottom:0px;
 }
 ol.solutions
 {
	 margin-top: 0px;
	 margin-bottom:0px;
	 padding-top: 0px;
	 padding-bottom:0px;
	 padding-left:10px;
	 padding-right: 2px;
	 
}
 li.topSolution
 {
	 margin-top:0px;
	 padding-top:0px;
 }
 p.aboveList
 {
	 margin-bottom:0px;
	 padding-bottom:0px;
 }