
body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: 'Trebuchet MS',Tahoma,Verdana,Helvetica,Arial,sans-serif;
  background: url(img/linentexture.jpg) rgb(55,55,55);
}
  
#plate {
  display: table;
  width: 480px;
  height: 320px;
  background: rgb(36,34,28);
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  overflow: hidden;
}

#logo {
  width: auto;
  height: 300px;
  background: rgb(142,122,67);
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

#logoimg {
  border: 0px;
  margin-top: 20px;
}

#undercontruction {
  border: 0px;
  margin-top: 10px;
  margin-left: 10px;
}

#notfound {
  display: table-cell;
  width: 400px;
  height: 300px;
  border: 1px solid black;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  color: rgb(142,139,125);
  float: left;
  overflow: hidden;
  font-size: 10pt;
}

#notfound_text {
  margin-top: 10px;
}

#notfound_img {
  margin-top: 10px;
  border: none;  
}

#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background: rgba(0,0,0,0.5);
	text-align: center;
  color: #eeeeee;
  font-size: 8pt;
}
