たとえば、下の例です。
HTML コード:
<body>
<div id="container">
<figure id="abtex">
<img src="images/abtex125.png" />
</figure>
</div>
</body>
CSS コード :
#container{
max-width:1050px;
margin: 0 auto;
max-height: 1000px;
}
#abtex {
position: absolute;
top:-100px;
left:400px;
}
#abtex
etc#container
のような CSS コマンドに従わないでしょうか?max-width