Google AdSenseの表示をセンタリング

Google AdSenseの表示をセンタリングしようとして、marginだけ指定していたらうまくいきませんでした。widthも指定しないといけませんでしたね。当たり前ですが…

<div style="margin: 0 auto; width:468px;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxx";
/* ad_468x60 */
google_ad_slot = "xxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
同じタグの記事: CSS
同じカテゴリの記事: Program
関連書籍: CSS