/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
 		background-color: #000;
    padding-top: 70px;
		*padding-top: 63px; /* positioning for ie7 and ie6 */ 
		padding-right: 15%;
		padding-left: 15%;
}

#page
  {
	  background-color: #fff;
		padding: 1px;
		width: 850px;
		height: 572px;
  }
	
#page-inner
  {
		width: 850px;
		padding-top: 1px;
  }
	
#header
  {
	  background-image: url(/sites/default/themes/debdebsrubrub/images/header_background.gif);
	  background-repeat: repeat-x;
	  height: 129px;
  }
	
	#logo /* Wrapper for logo */
  {
  }
	
#navigation
	{
    position: absolute;
	  top: 208px;
  }
	
	/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
	  background-color: #000;
		position: absolute;
		top: 669px;
  }
	
	#footer
  {
	  background-color: #000;
  }

/********************* end **********************/
