QUOTE(IamShipon1988 @ Jan 9 2008, 12:48 PM)

Your text is showing up it's just not visible because it is blending in with the background. I would go back to the #body and #right and add color: #000; the color to either black or something similar.
heres the css snipet, i fixed the reg page, but im features still wont work in IE.... Uses same part of css, strange.... Thats what both the reg page and features page uses... why is only one showing up?
CODE
#right h2{
font:bold 30px/22px Arial, Helvetica, sans-serif;
color:#222222;
background-color:inherit;
margin:0 0 16px 0;
padding:0 0 0 38px;
display:block;
}
#right p.rightTxt1{
font:normal 13px/18px Arial, Helvetica, sans-serif;
color:#222222;
background-color:inherit;
padding:0 38px 10px 38px;
}
#right p.rightTxt1 span{
font:bold 13px/18px Arial, Helvetica, sans-serif;
color:#5F860B;
background-color:inherit;
}