img.dog {
position: fixed;
top:50%;
left:50%;
margin-top: -170px; /* make this half your image/element height */
margin-left: -150px; /* make this half your image/element width */
}

img.pos_fixed
{
position:fixed;
top:90%;
right:5%;
}
