Hey, I must say you have done an extensive and impressive job..yet you still have one controllable error. 
I wonder why your CSS validates...yet there is no align property 
Code:
#box
{ padding:0px;
align:center;
margin:0 auto;
background:url(Images/BGlight.jpg) top center repeat;
border-left:1px solid #999999;
border-right:1px solid #999999;
width:690px;
min-height:100%;
height:100%;
}
...Anyway, I would suggest some fix, try changing your contentcon div to:
Code:
#contentcon
{
width:100%;
height:auto;
background:url(Images/BGlight.jpg) top center repeat;
}
See if it helps
Bookmarks