/* body {background-image: url(/i/bg-1.gif); */
/*    background-repeat: repeat-x;} */
body {display: block}

#Canvas {
   position: absolute;
   top: 0px;
   width: 100%;
   text-align: center;
}

#Container {
   margin-left: auto;
   margin-right: auto;
   width: 1024px;
   height: 680px;
   text-align: center;
   background-color: white;
}

#Title {
   position: relative;
   left: 40px;
   width: 90%;
   border: 0px solid red;
}

#User-ID {
   position: relative;
   left: -20px;
}

#Pwd {
   position: relative;
   left: -20px;
}

#Bttn {
   text-align: right;
   padding-right: 240px;
}

#Message {
   font: bold 20px Sans-Serif;
   color: red;
}
