body {
  background: white;
  color: black;
}
#frontpage {
  position: absolute;
  top: 5px;
  right: 5px;
}
h4 {
  position: absolute;
  top: 62px;
  left: 5px;
  line-height: 16px;
  font-size: 16px;
  margin: 0;
}
a img { border-width: 0; }


table {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  left: 5px;
}

td a {
  text-decoration: none;
  color: #000940;
  line-height: 48px;
}
td a:hover {
  background-color: #eee;
}
td a span {
  border-bottom: 1px solid blue;
}
td a img {
  vertical-align: middle;
}

#movie {
  position: absolute;
  top: 65px;
  left: 400px;
  width: 400px;
  height: 300px;
}

div#header {
  background-color: #00002b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
div#header h1 {
  color: white;
  margin: 5px;
}
:link, :visited {
 border-bottom-width: 0;
}
#views {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: x-small;
  color: #f5f5f5;
}
#views a {
  color: #f5f5f5;
}

#upload {
  position: absolute;
  top: 65px;
  right: 5px;
  border: 1px solid #990033;
  z-index: 999;
  background: white;
  padding: 1px 5px;
}
#uploadbox { 
  display: none; 
  width: 300px;
  height: 300px;
}
#uploadbox h1 {
  margin-top: 10px;
  font-size: normal;
}
#ifr_upload {
  border-width: 0;
  height: 50px;
  width: 280px;
}
