html, body {margin: 0;}
html
{
height: 94%;
}

body
{
height: 100%;
min-width: 850px;
}
#header {
	background:url(../images/bgblue.gif);
}

#nonFooter
{
	background:url(../images/bgltblue.gif) top right repeat-y;
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content, #index, #pricing
{
padding: 0 180px 1em 10px;
}
#index p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color:black;
}
#pricing p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color:black;
	text-align: center;
}
#right {
	text-align: center;
}
#plan {
	width: 300px;
	margin: 0 auto;
}
#footer
{
background-color: #A7A7A7;
color: white;
text-align:center;
clear: both;
position: relative;
height: 2em;
}
div#tos_contents {
  margin: 0 auto;
  width: 100%;
}
ol.tos_contents {
  margin: 0;
  padding: 0;
  padding-left: 35px;
  margin-bottom: 15px;
  width: 295px;
  float: left;
}
ol.tos_contents li {
  font-size: 14px;
  line-height: 20px;
}
#payments {clear:both;}
<!--[if IE]>
<style type="text/css"> 
#pixfix { zoom: 1;}
</style>
<![endif]-->