Also, is there a reason that you have the background color twice in the body section. You should clean that code up a bit.
Code:
body {
font-size: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #CAB69D url(images/pancho.jpg) no-repeat top right fixed; scrollbar-arrow-color:#C00000;
scrollbar-Track-Color:#CAB69D;
scrollbar-Highlight-Color:#CAB69D;
scrollbar-base-color:#CAB69D;
scrollbar-Face-Color:#CAB69D;
scrollbar-Shadow-Color:#C00000;
scrollbar-DarkShadow-Color:#CAB69D;
}

.nametext{
margin-top: 0;
width: 300px;
height: 50px;
background:url(images/logo.jpg) no-repeat;
font-size: 1px;
text-align:center;
}