body
{
  background: #000;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #e0e0e0;
  line-height: 1.5em;
  margin: 0;
  padding: 0 32px;
}

a
{
  color: #f4e66e;
}

div#contentbox
{
	position: absolute;
	background: url('./image/background.gif') center center no-repeat;
	top: 50%;
	left: 50%;
	width: 950px;
	height: 600px;
	margin-top: -300px;
	margin-left: -475px;
	border: 1px solid #333;
}

div#menu
{
  position: absolute;
  left: 50px;
  top: 190px;
  width: 250px;
  height: 285px;
}

div#menu img
{
  border: none;
}

img#btlogo
{
  position: absolute;
  left: 75px;
  top: 65px;
}

div#maintext
{
  position: absolute;
  top: 200px;
  left: 350px;
  width: 492px;
  height: 331px;
}

div#submenu
{
  position: absolute;
  top: 150px;
  left: 350px;
  font-size: 8pt;
  color: #bbb;
}
