html {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Courier, "Courier New", monospace;
  color: #0e0;
  background: #000;
  margin: 0px;
  padding: 0px;
}
p {
  text-align: justify;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #0e0;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #0e0;
}
a:hover, a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #0e0;
}
img {
  border: 0px;
  vertical-align: middle;
}
div.hr {
  height: 2px;
  background: #040 url('../images/computer/hr.png') no-repeat scroll center;
  padding-bottom: 15px;
}
div.hr hr {
  display: none;
}
#sitetitle {
  padding: 0px;
  width: 240px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -312px;
  margin-left: -120px;
  position: fixed;
  z-index:5;
}
#sitetitle h1 {
  background: url('../images/computer/phrebh.png') no-repeat top left;
  width: 240px;
  height: 80px;
  padding: 0px;
  margin: 0px;
  }
#sitetitle h1 span {
  display:none
}
#navigation {
  padding: 0px;
  margin: 0px;
  color: #222;
  top: 50%;
  left: 50%;
  margin-top: -252px;
  margin-left: -436px;
  z-index: 5;
  position: fixed;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
  width: 135px;
}
#navigation li {
  display: block;
  font-family: cursive;
  list-style: none;
  font-size: 1.1em;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  width: 135px;
}
#navigation li a{
  color: #222;
  display: block;
  padding-left: 3px;
  width: 125px;
}
#navigation li.mainmenu{
  background: url('../images/computer/blueflag.png') repeat-y top left;
}
#navigation li.submenu{
  background: url('../images/computer/greenflag.png') repeat-y top left;
}
#navigation li.mainselected{
  background: url('../images/computer/redflag.png') repeat-y top left;
}
#navigation li.subselected{
  background: url('../images/computer/redflag.png') repeat-y top left;
}
#navigation li a:visited {
  color: #222;
}
#navigation li a:active{
  color: #222;
  text-decoration: none;
}
#navigation li a:hover{
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
}
#hnavigation {
  display: none;
}
#hsubnavigation {
  display: none;
}
#search {
  padding: 5px 0px;
  margin: 0px;
  width: 135px;
  color: #222;
  background: #ee5;
  border-left: solid 1px #444;
  top: 50%;
  left: 50%;
  margin-top: 147px;
  margin-left: 296px;
  z-index: 5;
  position: fixed;
  text-align: center;
}
#pagecontent {
  background: #040;
  position: absolute;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-top: -215px;
  margin-left: -275px;
  padding-bottom: 20%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  font-size: 0.8em;
  text-align: justify;
  z-index: 1;
}
#copyright {
  border-top: solid 1px #0c0;
  margin-top: 10px;
  padding-top: 10px;
}
#switcher {
  position: fixed;
  width: 220px;
  height: 25px;
  background: #AB9F8E;
  border: solid 1px #111;
  color: #000;
  top: 50%;
  left: 50%;
  margin-top: 230px;
  margin-left: -110px;
  padding: 3px;
  z-index: 5;
  text-align: center;
}
#extraDiv1 {
  position:fixed !important;
  position:absolute;
  width: 1280px;
  height: 322px;
  top: 50%;
  left: 50%;
  margin-top: -512px;
  margin-left: -640px;
  background: url('../images/computer/screentop.png') no-repeat;
  z-index:2;
}
#extraDiv2 {
  position:fixed !important;
  position:absolute;
  width: 381px;
  height: 376px;
  top: 50%;
  left: 50%;
  margin-top: -190px;
  margin-left: -640px;
  background: url('../images/computer/screenleft.png') no-repeat;
  z-index:2;
}
#extraDiv3 {
  position:fixed !important;
  position:absolute;
  width: 378px;
  height: 376px;
  top: 50%;
  left: 50%;
  margin-top: -190px;
  margin-left: 262px;
  background: url('../images/computer/screenright.png') no-repeat;
  z-index:2;
}
#extraDiv4 {
  position:fixed !important;
  position:absolute;
  width: 1280px;
  height: 328px;
  top: 50%;
  left: 50%;
  margin-top: 186px;
  margin-left: -640px;
  background: url('../images/computer/screenbottom.png') no-repeat;
  z-index:2;
}
