レスポンシブ 背景画像
http://tsudoi.org/weblog/?p=2949
#box{
position: relative;
width: 100%;
height: 100%;
padding: 75% 0 0;
}
#box .inner{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(丸い画像の参照先) right bottom no-repeat #b40d0d;
}