body {
	background-color: #000000;
}

a:active
{
  outline: none;
}

a:link {
  color: #4A4A4A;
  text-decoration: none;
}

a:visited {
  color: #4A4A4A;
  text-decoration: none;
}

#content {
	height: 600px;
  width: 1004px;
  position:absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  border: 0px #000000;
  background-color: #000000;
  background: #FFFFFF url(images/back.jpg) no-repeat;
  margin: -300px 0 0 -502px;
}
   
#heads {
	position:relative;
	top: 70px;
	left:150px;
	width: 626px;
	height: 239px;
}

#star {
	position:relative;
	top: 80px;
	left:310px;
	width: 41px;
	height: 48px;
}

#logo {
	position:relative;
	top: 170px;
	left:800px;
	width: 169px;
	height: 100px;
}

.middle_box { 
	font-family: sans-serif;
  font-size:75%;
  letter-spacing: 0px;
  font-weight: bold;
  color: #4A4A4A;
}

.fleft { 
	float: left;
	margin-right: 5px;
}

.scrollen {
  width: 490px;
 	height: 300px;
  overflow: auto;
  padding: 10px;
}