body
{ 
text-align: center; /* IE 向けセンタリング指定 */
} 
#container
{ 
margin: 0 auto; /* Firefox 向けセンタリング指定 */
} 
