背景图片与标签宽高保持一致:

div {
background-image: url('路径');
background-repeat:no-repeat;
background-size:100% 100%;
-moz-background-size:100% 100%;
}