Well it all depends on what resolution visitors are viewing at as to whether there are scroll bars or not. I could be wrong,but i think most people view at 1024x768. I just viewed the source for your page,so try this. Open your page in Frontpage and view the html code.Look for this line <table width="1178" border="0" cellspacing="0" cellpadding="0" height="659"> and change it to <table width="1024" border="0" cellspacing="0" cellpadding="0" height="659"> or <table width="100%" border="0" cellspacing="0" cellpadding="0" height="659"> Hope that helps