/* CSS Document */
body {
width:100%;
height:100%;
margin:0;
padding:0;
font-family: 'Share Tech Mono', monospace;
font-size:16px;
}
#outer {
width:100%;
height:100%;
border:0px;
padding:0px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#inner {
}
#inner td {
vertical-align:middle;
text-align:center;
}
#nullbox {
width:251px;
margin:0 auto;
color:white;
-webkit-transition: color .2s; /* Safari */
    transition: color .2s;
}
#nullbox:hover {
color:black;
}
#nullbox img {
width:100%;
}
#denied {
letter-spacing:3px;
}