I have added an image to the page--front.tpl.php via Dreamweaver CS4 which got my image onto the webpage. It added code into said sheet and now I am having trouble adding code/linking it to the style sheet to be able to style it.

This is what CS4 added for me into the page--front.tpl.php file:

    <div id="fpimage">
    <center><img src="\xxx\xxx\xxx\xxx\xxx\xxx.gif" width="330" height="330" alt="test" /></center> 

This is what I have tried to add in the stlye.css;

#fpimage { <div ="width:330px;height:330px; background-image: url(xxx.gif);background-repeat: no-repeat; border-style: solid; border-width: 0 6px 6px;">

Anyone have any hints/tips?

Thanks guys! As you can tell, I am very new to Drupal and still trying to find my way around!