body {
  background-color: #000000;
  color : #ffffff;
}

a {
  text-decoration: underline;
  color: #aaaaaa;
  link: #aaaaaa;
  visited: #aaaaaa;
}

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


#logo {
  position: absolute; 
  top: 		 20px; 
  left:    40px;
  width: 333px;
  height: 51px;
}

#infobox {
  position: absolute; 
  top: 80px; 
  left: 630px;
  width: 250px;
  margin: 0px 0px 0px 0px;
  display: block;
  font-size: 90%;
  font-family: Arial;
  background: #ffffff;
  border: 1px dotted #000000;
  padding: 2px 2px 2px 2px;
}

#messagesxbox {
  position: absolute; 
  top: 80px; 
  left: 120px;
  width: 500px;
  font-size: 100%;
  font-family: Helvetica;
  margin: 0px 0px 0px 0px;
  display: block;
  background: #ffffff;
  border: 1px dotted #000000;
  padding: 2px 2px 2px 2px;
}

#cvbox {
	width: 500px; 
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #666;
	border: 5px solid #ccc;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 500px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 550px;
}
