I have the following Html code
Team
You need to set a width to #team, for example:
div#team { margin: 0 auto; width: 800px; }
... which is a shorthand version of:
div#team { margin-top: 0; margin-left: auto; margin-bottom: 0; margin-right: auto; width: 800px; }