/*centers the main block wrapper */
/*bug fix for safari only! */
#main_block
{
	position: absolute;
	width: 740px;
	left: 50%;
	top: 0px;
	margin-left: -370px;
	background-color: black;
	bottom: 0px;
}
