#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/lmbcin_logo.jpg");
   background-repeat: no-repeat;
   position:absolute;
   top: 3px;
   left: 0px;
   height: 55px;
   width: 595px;
}

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

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

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

