/* This is the css file specifically for the login screen - independent of any skins */

body {
  background-image: url('../img/login-bkgrd.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #1d3980;
  margin-top:70px;
  font-size: 8pt; 
  font-family: "Verdana", Verdana, Arial, helvetica, sans-serif; 
  text-decoration:none; }


#login-table {
  background-image: url('../img/login-title.png');
  background-color: none; 
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  width: 500px;

}

