/* home page */

@font-face {
  font-family: 'vcr_osd_mono';
  src: url(../common/vcr_osd_mono/vcr_osd_mono_1.001-webfont.woff);
}

#content{
  position: absolute;
  margin-top: 15px;
}

#maintext {
  width: 393px;
  text-align: justify;
  text-justify: inter-word;
  font-family: 'vcr_osd_mono';
  color: white;
}

.border {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 480px;
  background-image: url(../common/border.png);
  pointer-events: none;
}

body {
  display: block;
  margin: 0px;
  background-color:black;
}

a:link {
  color: #CCCCFF;
}

a:visited {
  color: #CC66FF;
}