<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.banner-thumbs {
width: 100px;
height: 100px;
background-image:url(http://www.w3cschool.cn/style/download.png);
background-position: center center;
}
</style>
</head>
<body>
<div class="banner-thumbs"></div>
</body>
</html>