html { background: #fff url(../images/homepage-bg.jpg) no-repeat scroll top center; min-height: 900px; }

#Container { position: relative; }
	#Postit { position: absolute; top: 476px; left: 50%; margin-left: -100px; }
	#biro-links { margin: 0px; padding: 0px; list-style-type: none; position: absolute; width: 504px; top: 705px; margin-left: -240px; left: 50%;  }
		#biro-links li { float: left; height: 26px; margin: -8px 8px 0 0; padding: 0 5px 0 0; background: transparent url(../images/comma.png) no-repeat top right; line-height: 20px;}
		#biro-links li.last { padding-right: 0; background-image: none; }
		#biro-links img { vertical-align: bottom;}

	#by-line { text-align: center; position: absolute; top: 816px; width: 586px; left: 50%; margin-left: -317px; }
		#by-line #bottom { margin-top: -8px; }
		#by-line a { margin-left: 6px; }
		
	#biro-links a:hover, #by-line a:hover { filter:alpha(opcaity=60); -moz-opacity: 0.6; -khtml-opcaity: 0.6; opacity: 0.6; }