center img
by lovromar
HTML
<div id="bg">
<img src="http://www.faber04blog.com/wp-content/uploads/2012/08/jquery" alt="">
</div>
CSS
#bg {
position:fixed;
top:0%;
left:0%;
width:100%;
height:100%;
}
#bg img {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
min-width:50%;
min-height:50%;
}