Je me lance dans le css et je galère

J'ai créer une feuille externe style.css avec cascades de kompozer, la voici :
* {
margin: 0;
padding: 0;
font-family: georgia;
font-size: 100%;
}
#container {
width: auto;
margin-left: auto;
margin-right: auto;
background-color: #afafaf;
}
#sidebar1 {
float: left;
width: 200px;
color: red;
font-weight: bold;
background-image: url(Ravenalabordercssdroite.JPG);
}
#sidebar2 {
float: right;
width: 200px;
background-repeat: repeat-y;
background-position: left center;
background-image: url(Ravenalabordercss.JPG);
}
#content {
padding: 0px;
background-color: #ffffff;
margin-left: 200px;
margin-right: 160px;
}
div#content {
min-height: 600px;
}
#footer, #header {
background: #e0e0e0 none repeat scroll 0% 50%;
}
#header {
height: 217px;
background-position: center center;
opacity: 0.949;
width: 100%;
background-repeat: no-repeat;
background-image: url(header.jpg);
}
#footer {
height: 120px;
}
h1 {
font-size: 1.8em;
}
Je lie mon html avec cette ligne entre les head <link rel="stylesheet" href="style.css" type="text/css">
</head>
J'upload le tout et....ça ne fonctionne pas!
Help please!!!
Merci!
Fred