You should just be able to add
Code:margin: [COLOR=#800000]0[/COLOR] [COLOR=#00008B]auto[/COLOR];
to the container elements css.
If you have any troubles pm me and ill take a look free of charge.
#myImage {
background-image: url("link");
background-repeat: no-repeat;
width: 379px;
height: 400px;
margin: 0 auto;
}
#wrapper {
width: 850px;
height: 600px;
position: relative;
margin: 0 auto;
}