
#header h1 {
    background-image: url(../images/auslan/auslan-header.gif);

    background-repeat: no-repeat;
   /* hide the header text with a negative indent */
   /* http://phark.typepad.com/phark/2003/08/accessible_imag.html */
   text-indent: -9000px;
   height: 92px;
   margin: 0px;
}

body {
  background-image: url(../images/auslan/black_02.gif);
  background-repeat: repeat-x;
  padding: 0px;
}

#signinfo .navbar-text {
        color: #000000;
}

#videoiframe {
    width: 308px;
    height: 270px;
}

/* Hide feedback link under Signbank menu for auslan */
#navbar #extrafeedback {
  display: none;
}
