■文字を重ねて表示する方法です。
margin-top:-40pt のように、トップマージンをマイナスにすることで重なり、margin-left:30pt のように、レフトマージンをマイナスにすることで左にマージンが入ります。
<DIV style="font-family:impact;font-size:48pt;color:9999ff">LECTURE</DIV>
<DIV style="font-family:impact;font-size:48pt;color:33ffcc;
margin-top:-40pt;margin-left:30pt">RAKURAKU</DIV>
<DIV style="font-family:impact;font-size:48pt;color:ff6699;
margin-top:-40pt;margin-left:60pt">HOMEPAGE</DIV>
LECTURE
RAKURAKU
HOMEPAGE
■画像と文字も重なります。
<CENTER><IMG SRC="gazou2.jpg"><BR>
<DIV style="font-family:impact;font-size:28pt;color:ff6699;margin-top:-150pt">HOMEPAGE<BR><FONT COLOR="#33FFCC">RAKURAKU</FONT><BR><FONT COLOR="#9999FF">LECTURE</FONT></DIV></CENTER>

HOMEPAGE
RAKURAKU
LECTURE