html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  color: #999;
}

body, table, td, p, input {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: .8em;
}

a {
  color: #888;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -76px;
}

#main {
  position: absolute;
  bottom: 12%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  text-align:center;
}

form {
  width: 150px;
  margin: 0 auto;
}

form div {
  margin: 10px auto;
  text-align:left;
}

input {
  background: #353535;
  color: #fff;
  border: 0;
  width: 150px;
}

input[type="submit"] {
  width: 75px;
  float:right
}

footer {
  position: fixed;
  bottom: 3%;
  right: 3%;
  background: #000;
}

footer a {
  margin-left: 25px;
}

#files {
  list-style: none;
  width: 600px;
  height: 500px;
  overflow-y: auto;
}

#files li {
  float: left;
  text-align: left;
  width: 23%;
  height: 250px;
  margin: 0 2% 25px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
}

#files li img.thumb {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
}

/* css for logged in users */
.logged #logo {
  position: absolute;
  top: 5%;
  left: 5%;
  margin: 0;
}

.logged #logo img {
  width: 100px;
}

