/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		EdgeOfDecember
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	EBDOJO
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
#pageBackground {
	top: 0px;
}

html,body,#pageBackground {
  min-height: 100%;
  width: 100%;
  height: 100%;
  }

html>body,html>body #pageBackground {
  height: auto;
  }

body { 
  background: #646980 url(../../../../images/background_repeat_1024.gif) top center repeat-y;
  margin: 0px;
  }

div.commentarySection {
  width: 750px;
  background: url(../../../../images/commentary/commentary_background.gif) top left repeat-y;
  position: relative;
  top: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  clear: both;
  }

div.commentaryHeader {
  width: 750px;
  height: 3px;
  background: url(../../../../images/commentary/commentary_header.gif) top left no-repeat;
  position: absolute;
  top: -1px;
  left: 0px;
  }

div.commentaryContent {
  vertical-align: top;
  text-align: justify;
  padding: 10px 20px;
  background: url(../../../../images/commentary/commentary_background.gif) top left repeat-y;
  border-bottom: 3px solid black;
  }

div.commentaryFooter {
  width: 750px;
  height: 3px;
  background: url(../../../../images/commentary/commentary_footer.gif) top left no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0px;
  overflow: hidden;
  }

#creditsHeader {
  width: 750px;
  height: 30px;
  background: url(../../../../images/commentary/header_credits.gif) top left no-repeat;
  }

#creditsEBDojo {
  width: 85px;
  height: 64px;
  position: absolute;
  bottom: 20px;
  right: 22px;
  }

#compliantXHTML {
  width: 80px;
  height: 15px;
  background: url(../../../../images/xhtml10.png) top left no-repeat;
  position: absolute;
  top: 51px;
  right: 25px;
  }

#compliantCSS {
  border: none;
  position: absolute;
  top: 65px;
  right: 25px;
  }

#pageFooter {
  font: 8pt/10pt georgia;
  margin-bottom: 60px;
  }

#pageFooter p {
  margin: 9px 10px;
  }
