Shift-refresh fixed it this time.
If you want to center the layout, here's the code
* {padding:0;margin:0;}
html,body{margin:0;padding:0}
body {
margin: 0px;
padding: 0px;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 11px;
line-height: 16px;
background-color:#aaa;
}
#page {
width: 700px;
margin-left:auto;
margin-right:auto;
text-align:left;
position:relative;
margin-top: 20px;
}