Hope this helps - save this code as a html file and load it into your browser - then surf your sites to see if they fit. Saves a lot of time fiddling with your screen res.
Code:
<html>
<head>
<title></title>
<script language="JavaScript"><!--
self.moveTo(0,0)
self.resizeTo(800,600)
//-->
</script>
</head>
<body>
Huwwo
</body>
</html>