body {
	background-color: #000000;
	background: url(../pics/ground.gif) fixed repeat top left;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

img {
  border: 0;
}

a:link {
  color: #95BBAE;
  text-decoration: none;
}

a:visited {
  color: #95BBAE;
  text-decoration: none;
}

a:hover {
  color: #FFCC33;
  text-decoration: overline underline;
}

.insert {
  background-color: #0C1A0E;
  width: 700px;
  height: 100px;
}

.casel {
	background: url(graphics/notel.jpg) fixed repeat top left;
	width: 90px;
	height: 300px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.case {
	background-color: #000000;
	background: url(graphics/notebg.jpg) fixed repeat top left;
	width: 610px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Courier New;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
}

.box {
  background-color: #0C1A0E;
  border: solid 1px #521700;
  position: relative;
  text-align: left;
  width: 700px;
  color: #000000;
  overflow: visible;
}

.boxtitle {
  background-color: #521700;
  border: solid 1px #521700;
  text-align: left;
  font-size: 13px;
  height: 15px;
  padding: 3px;
  font-weight: bold;
  color: #FFFFFF;
}

.boxmain {
  margin: 10px;
}

.screenl {
  float: left;
}

.screenr {
  float: right;
}

.foot {
  background-color: #521700;
  border: solid 1px #521700;
  width: 700px;
  height: 15px;
  padding: 1px;
  position: relative;
  text-align: center;
  font-family: Courier New;
	font-size: 11px;
	color: #000000;
}