Ciao raga sono alle prime armi ma ho un serio problema con un png!

Con questa sintassi non mi fa vedere l'immagine :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>playrok</title>

</head>

<body>
<link rel="stylesheet" href="Sfondo.css" type="text/css" />

<link rel="stylesheet" href="Icone.css" type="text/css" />

<style type="text/css">

div1 {
width:128px;
height:128px;
background-image:url(logo-youtube2.png);
background-color:#ff9e00;
}

</style>

Il mio problema è nel div e non nella parte iniziale del documento!

Grazie anticipatamente!