BODY {font-family: Bitstream Vera Sans, Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: url(images/bg.jpg) #121212 repeat-x;
	margin: 0 0 0 0px;
	text-align: center;}	
	
DIV, SPAN {-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

.contain {
   width: 740px;
   height: 600px;
   background: #100B08;
   padding: 20px 0 10px 0;
}

.wordtitle {font-family: courier, courier new;
   font-size: 15px;
   font-weight: bold;
   color: #ccc;
}
	
.fineprint {
   color: #333;
   width: 760px;
   font-size: 9px;
   padding: 0 0 0 0;
   position: relative;
   top: -18px;
}
   .fineprint a:link, .fineprint a:visited, .fineprint a:active {
      font-weight: bold;
      color: #000;
      text-decoration: none;
      }