body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color:#97dfff;
	color:#000033;
	background-image:url(back.gif);
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:400px;
  height:250px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:400px; 
  height:250px;
  padding:20px;
  background-color:#ffffff;
}

#boxes h1 {text-align:center; color:#F90;}
#boxes p {text-align:center;}

#bottom {position:absolute; bottom:10; right:10;"}

.blueLink {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}

.blueLink:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #0099ff;
}
