<!-- Style Start -->
<style type="text/css">
#url_panel_colRow, #url_panel_header .paneltitletext {
display:none;
}
#url_panel {
border:none !important;
}
#url_panel_header {
margin-bottom:0px;
width:900px;
}
#url_panel_body {
width:900px;
height:900px;
}
#LayoutIMG {
position:absolute;
top:0px;
left:0px;
border:none;
}
.Content {
color:#FFF;
font-size:24px;
font-family:Georgia, "Times New Roman", Times, serif;
z-index:5000;
}
.Content a {
color:#FFF !important;
}
#AviDIV {
position:absolute;
top:74px;
left:58px;
width:160px;
height:220px;
cursor:pointer;
}
#ScrollerDIV {
position:absolute;
top:270px;
left:271px;
width:540px;
height:40px;
font-weight:bold;
font-size:16px !important;
line-height:40px;
}
#MainDIV {
position:absolute;
top:370px;
left:67px;
width:585px;
height:360px;
overflow:auto;
}
</style>
<!-- Style End -->
<!-- DIV / Layout coding start -->
<div id="AviDIV" class="Content">
<iframe src="http://www.imvu.com/catalog/web_av_pic.php?u=" width="200" height="300" frameborder="0">
</iframe>
</div>
<div id="ScrollerDIV" class="Content">
<marquee onmouseover="this.stop();" onmouseout="this.start();" direction="left" behavior="scroll" scrollamount="3">
A quote is just a tattoo on the tongue.
</marquee>
</div>
<div id="MainDIV" class="Content">
<div id="HomeDIV">
</br><center>Homepage</center>
</div>
<div id="AboutDIV" style="display:none">
</br><center>I'm still trying to figure this out too!</center>
</div>
<div id="SpecialDIV" style="display:none">
</br><center>Borky</center>
</br><center>There will be more added here in the future.</center>
</div>
</div>
<img src="" usemap="#IMGMap" id="LayoutIMG" />
<map name="IMGMap">
<area shape="rect" coords="696,454,824,497" id="1b" onclick="changeNavigation('AboutDIV')" />
<area shape="rect" coords="696,501,825,538" id="2b" onclick="changeNavigation('SpecialDIV')" />
<area shape="rect" coords="694,542,823,583" href="javascript:IMVU.messagePopupShow({force_recipient_id:})" title="Message" alt="MessageLink" />
<area shape="rect" coords="694,587,825,631" href="imvu:StartIM?avatar=&fromSite=1" "title"="Chat" alt="Chat" />
</map>
<!-- DIV / Layout coding end -->
<script>
function changeNavigation(id)
{document.getElementById('MainDIV').innerHTML=document.getElementById(id).innerHTML}
</script>
<!-- Script end -->