@font-face {
  font-family: "1942";
  font-weight: normal;
  font-style: normal;
  src: url("/ttf/1942.ttf");
}

@font-face {
  font-family: "rough";
  font-weight: normal;
  font-style: normal;
  src: url("/ttf/rough_typewriter.otf");
}


@font-face {
  font-family: "masterplan";
  font-weight: normal;
  font-style: normal;
  src: url("/ttf/MASTERPLAN___.ttf");
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background: #000000;
    margin: 0 0 0 0;
    height: 100%;
}

div.main {
    width: 1000px;
    background: #404040;
    padding: 0 0 0 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto -40px auto;
}

div.main img {
    padding: 20px;
    display: block;
    margin: auto;
}

table.namerank {
    display:block;
    margin: auto;
    font-family: "rough";
    font-size: 30pt;
    width: 700px;
    padding-bottom: 20px;
}

table.namerank td {
    border: 1px solid black;
}

table.namerank input {
    font-family: "rough";
    font-size: 30pt;
}

div.footer {
    background: #404040;
    font-family: "masterplan";
    font-size: 20pt;
    text-align: center;
    width: 1000px;
    height: 40px;
    margin: -40px auto 0 auto;
    padding: 0 0 0 0;
}

div.footer p {
}