	/* not for IEs because of bugs */
	body { max-width: 1024px;		/* ie7 acts different to ie6 and ie5 , so this is here */
		   margin-left: auto;		/* centering the page in normal and well functioning browsers */
		   margin-right: auto;		/* like chrom, opera, safari firefox, ... */
	}

