#splashImage {
   background-repeat: no-repeat;
   position: absolute;
   background-image:url(images/ntpa_login_splash.jpg); 
}
#splashImageText {
   display:none;
}

#loginArea {
   background: #deeaea;
   color: #416680;
}

#brandingImg {
   position:relative;
   left: 250px;
   top: 8px;
   height: 50px;
   width: 100px;
}

#loginBox {
   position:absolute;
   left:100px;
   top:150px;
   height:268px;
   width:595px;
   border:black solid 3px;
}
#brandingImg SPAN {
   display:none;
}   

#brandingBar {
   position:absolute;
   top: 271px;
   left: -3px;
   height: 40px;
   width: 601px;
   background-color: #000000;
}

#loginArea {
   position:absolute;
   top: 0px;
   left: 315px;
   height: 268px; 
   width:280px;
}

