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

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

#brandingImg {
   background-image: url("images/berry_logo_sm.jpg");
   background-repeat: no-repeat;
   position:relative;
   left: 250px;
   top: 4px;
   height: 41px;
   width: 108px;
}

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

#brandingBar {
   position:absolute;
   top: 265px;
   left: 0px;
   height: 45px;
   width: 595px;
   background-color: #000000;
}

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

