Hmmm, don't know how but somehow margin-top had moved from the body class.... fixed below:
PHP Code:
body {
margin-top:113px;
color:#555;
font: 12px arial, sans-serif;
background-color:#d0d0d0;
background-image: url(../images/login-back3.png);
background-repeat:no-repeat;
}
#mainWrapper {
display:block;
border:none;
background-image: url(../images/login-logo.png);
background-repeat: no-repeat;
text-align: left;
width: 750px; /* sets the width of the store */
background-color:#fff; /* gives the store a white background */
}
#loginDefault {
width: 650px; /* set the width of the login table */
margin-left:41px;
margin-bottom:45px;
}
#navBreadCrumb {
margin-top:95px;
}