/* --- νΐΫΥΕ (ΟήΓΛΕΠΝΒΜΨΕ) ίΠΥΚΥ ΔΚΪ ΑίΕΣ ίΠΟήΜΥΖ  --- */
/* δΚΪ ΑΨΑΝΔή Μή ΞΕΒήΠέ */


html, body {
  text-align: center;
  color: #000000;
  background-color: #C0C0C0;
  margin: 0;
  padding: 0;
  position: relative;
}

/* ---- ΝΐΫΥΘ <div> ΔΚΪ ΑίΕΦΝ     ---- */
/* ---- ΑΨΟήΑΜΥΑήΜΥΕ -- ΞΝ ΖΕΜΠΟΡ ----- */

#page {
  color: #000000;
  background: #ffffff;
  margin-left:  auto;
  margin-right: auto;
  border: none;
  width: 900px;
  text-align: left;
  position: relative;
}

/* ---- ΑΕΟΣΜΕΕ ΛΕΜΧ ---- */

#topmenu {
  display: none;
}

/* ---- ΜΥΤΜΪΪ ΒήίΠέ (ΙΝΞΥΟήΘΠΨ, ΙΜΝΞΙΥ) <div> ---- */

/* #copyright{ #customer #developer }               */
/* #buttons{ #rectangle1{} }                        */

#copyright {
  border-left: solid #e7e7e7 231px;
  color: #000000;
  background-color:  #56A67F;
  text-align: left;
  width: auto;
  height: 35px;
  padding: 5px 0px 5px 0px;
  clear: both;
  position: relative;
}

#copyright * {
  font-size: 9px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background-color: transparent;
}

#customer {
  float: left;
  display: block;
  padding: 0 0 0 16px;
  margin: 0;
}

#developer {
/*   float: right; */
  border: none; /* 1px solid red; */
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 460px;
  width: 200px;
}

#copyright a {
  font-size: 9px;
  color: #FFFFFF !important;
  background-color: transparent;
}

#copyright a:link    { text-decoration: none !important; }
#copyright a:visited { text-decoration: none !important; }
#copyright a:hover   { text-decoration: underline !important;}
#copyright a:active  { text-decoration: none !important; }


#copyright img {
   border: none; /* 1px solid red; */
	float: left;
	margin: 1px 10px 0 0;
}


/* -------------------------------------------------- */

#buttons {
  display: none;
}


