/* center css */#content {	position : absolute;	left : -50px;	top : 0px;	width: 76px;	margin-left : 0px;	text-align: center;	height: 22px;	z-index: 2;	}	/* IE 5 hack */ #wrapper {	position: relative;	text-align: left;	width: 500px;	height: 475px;	margin: 0px auto;	}	