If it is a background image use
.myimg {background-position: top center;}
else use
.myimgdiv {width: 100%; margin: 0 auto;}
and put the image in a div or some other block level element.
And the second one nobody in their right mind would have guessed.