Mudar tamanho do calendário

Para mudar o tamanho do calendário vá até a pasta
produção:
_lib/prod/third/jquery_plugin/
desenvolvimento:
pastascriptcase/prod/third/jquery_plugin/

e acrescente no ínício do fullcalendar.css

#calendar {
width: 900px;
margin: 0 auto;
}

Onde width é o tamanho que deseja.

Brother, no início ?
Tentei mas não deu certo…

Eu deixei um exemplo funcional aqui: http://www.simaoebuhler.com.br/teste
Irei apagar em breve.
Isto parece problema de cache.
Não se esqueça de fechar o navegador e limpar o cache antes de executar.
Veja parte do meu css:

/*

  • FullCalendar v1.5.2 Stylesheet
  • Copyright © 2011 Adam Shaw
  • Dual licensed under the MIT and GPL licenses, located in
  • MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
  • Date: Sun Aug 21 22:06:09 2011 -0700

*/

#calendar {
width: 400px;
margin: 0 auto;
}

.fc {
direction: ltr;
text-align: left;
}

e etc, etc, etc

VLWWWWWW ALEXANDREEEEE! Nossa irmão tu não sabe o tanto que eu estava atrás disso.

E quanto ao iframe? Sabe como?