For some reason having 4 authors in this ACM SIGCHI template renders it outside the right margin. See more details and image here.
I suspect the problem is with .cls but I have no idea where to start. Here are the relevant lines in the .tex source:
\numberofauthors{4}
\author{
\alignauthor Aaaaa Aaaaaaa\\
\affaddr{Affiliation}\\
\affaddr{Affiliation}\\
\email{author@a.com}
\alignauthor Bbbbbbb Bbbbbb\\
\affaddr{Affiliation}\\
\affaddr{Affiliation}\\
\email{author@b.com}
\alignauthor Cccccc Cccccc\\
\affaddr{Affiliation}\\
\affaddr{Affiliation}\\
\email{author@c.com}
\alignauthor Ddddddd Dddddddd\\
\affaddr{Affiliation}\\
\affaddr{Affiliation}\\
\email{author@d.com}
}
\maketitle
clsfile in your link is broken. – Willie Wong Dec 13 '10 at 1:44