html {height:100%;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
        background: #333333;
}
table {background: #000000;}
td img {display: block; border: 0;}
div { margin: 0; border: 0; }
a {color: white;}

#centreer {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -87px;
}


/*
  <tr>
    <td height="48" colspan="2"><img src="img/logosignips.jpg" width="300" height="48" /></td>
  </tr>
  <tr>
    <td width="141" height="29"><div align="right"><img src="img/gebruikersnaam.jpg" width="108" height="12" /></div></td>
    <td width="159" valign="middle"><label>
        <input type="text" size="16" name="inun" maxlength="16">
    </label></td>
  </tr>
  <tr>
    <td height="26"><div align="right"><img src="img/wachtwoord.jpg" width="108" height="12" /></div></td>
    <td valign="middle"><label>
        <input type="password" size="16" name="inpw" maxlength="64">
    </label></td>
  </tr>
  <tr>
    <td height="26" colspan="2"><div align="center"><? // '<img src="img/onjuist.jpg" width="251" height="22" />'; ?></div></td>
  </tr>
  <tr>
    <td height="26" colspan="2"><div align="center"><input type="image" name="loginimg" id="loginimg" src="img/<? if(isset($_GET["err"])) echo "onjuist.jpg"; else echo "login.jpg"; ?>" width="251" height="22"></div></td>
  </tr>
*/
