cssを使用してdivを作成するときに、画像がdiv全体に完全に収まらないようにするにはどうすればよいですか。代わりに縮小します。現在の画像 http://img90.imageshack.us/img90/510/pictureframe.png
cssパート
#avatar{
padding:35px;
height:70px;
width:50px;
margin: 0px 0 0 0px;
background-color:red;
}
html部分
<div id="avatar">
<img src="/Avatar.png" style="width: 100%;" style="height: 100%;" alt="">
</div>