SAncheZ, так более понятно?
<style type='text/css'>
div {
width: 200px;
height: 200px;
border: 1px solid;
}
.black {
width: 200px;
height: 200px;
background-image: url('http://htmlbook.ru/example/images/sun1.png');
}
.standart {
background-image: url('http://htmlbook.ru/example/images/sun2.png');
}
</style>
<div class='black'></div>
<div class='standart'></div>