body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #cccc99;
	background-image: url(/images/ferntile.gif);
}
.entrytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999933;
	text-align: center;
}
.entrytext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999933;
	text-decoration: underline;
}
.entrytext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999933;
	text-decoration: underline;
}
.entrytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

 /* Vertical centering: make div as large as viewport and use table layout */
  div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table;}
  p {display: table-cell; vertical-align: middle;}

  /* Horizontal centering of image: set left & right margins to 'auto' */
  img.displayed {display: block; margin: 1em auto;}

  /* Also center the lines in the paragraph */
  p {text-align: center;}
  
  #_content {
  	width: 760px;
  	margin: 0 auto;
}
