ciao,
perchè quando scrivo in un file html

codice:
<style type="text/css">
div.headerBOTTOM {
	PADDING-TOP: 1.5em;
	background-image: url(images/headerDown_S3.jpg);
	height: 60px;
	width: 800px;

}

div.headerBOTTOM h5{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	vertical-align: bottom;
}

</style>
e porto questo in un css
[CODE
div.headerBOTTOM {
PADDING-TOP: 1.5em;
background-image: url(images/headerDown_S3.jpg);
height: 60px;
width: 800px;

}

div.headerBOTTOM h5{

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: right;
vertical-align: bottom;
}

[/CODE]

non posso utilizzare i div che ho creato?


PS: ovviamente importo con
codice:
<link href="style.css" rel="stylesheet" type="text/css">
il file in cui salvo gli stili.


ciao