Ok then, after talking with Nathan a bit i decided to move into a DIV / CSS Based layout instead of tables everywhere, and its been going pretty well and the code looks better to me but i'm not sure...
i have hit a small problem, i am wanting to get the 'container' in the exact middle of the page no matter what resolution, how would i do this? [code is below], btw im only making this for IE6/7 and Firefox based users for now
code:
#maincontainer {
left: 30%;
top: 200px;
width: 400px;
height: auto;
margin: 0 auto;
vertical-align: middle;
padding: 5px;
position: absolute;
background-color: #FFFFFF;
-moz-opacity: 0.65;
filter: alpha(opacity=65);
}
The website can be found
here, any other comments would be appreciated, but be aware its only a temporary page