まあ、これは私が欲しいものです:
<body style="background-color: green;">
<div style="float: left; height: 40px; width: 50%; background-color: white;"></div>
<div style="float: left; height: 40px; width: 50%; background-color: black;"></div>
<div style="position: absolute; left: 50%;">
<div style="position: relative; left: -50%; border: dotted yellow 1px; background-color: green;">
<img src="http://prog.hu/site/images/logo.gif" width="100%" />
</div>
</div>
</body>
これは私が望むことです。唯一のことは、バナーの高さと同じように、エッジの高さが動的でなければならないということです。解決策はありますか?