Layout code example.
Yes, you can copy paste it. I won't sue you for that.
<center>
<!-----------------------------------------Notice! Width and Height need to be the same in main_box. -----------------------------------------!>
<div id="main_box" style="width:ChangeThispx; height:ChangeThispx; position:absolute; left:ChangeThispx; top:ChangeThispx; z-index:1;">
<iframe src="http://yourHomeUrlGoesHereFromFileDrive.com" name="inlineframe" width="ChangeThis" height="ChangeThis" border="0" marginwidth=0 marginheight=0
frameborder=0 allowtransparency="true"></iframe>
</div>
/*Replace this with your image map code.*/
<img src="https://blahblahblahblahblaah.com" width="xxx" height="xxx" border="0" usemap="#map" />
<map name="map">
<!-- Image map code generated at gaf210.imvustylez.net -->
<area shape="rect" coords="138,827,169,912" href="http://blahblahblah.com" target="inlineframe" />
<area shape="rect" coords="138,719,169,804" href="http://blahblahblah.com" target="inlineframe" />
/*Background Url*/
<style type="text/css">
body{
background: url("http://WallPaperURLGoesHere") top left no-repeat fixed #000;
background-size: 100% 100%;
}
</style>
<div id="PP" style="position:absolute; width:160px; height:220px; z-index:2; left: ChangeThispx; top: ChangeThispx;">
<img src="http://www.imvu.com/catalog/web_av_pic.php?av=YourUsername" width="160" height="220">
</div>
<style type="text/css">
#aboutme_panel, #contact_panel, #dev_panel, #wishlist_panel, #visitors_panel,
#messages_panel, #tagcloud_panel, #stickers_panel, #collect_panel,
#room_panel, #rankings_panel, #cool_panel, #gallery_panel, #friends_panel,
#streetteam_panel, #blog_panel, #video_panel_header, #music_panel, #rss_panel, #url_panel,
#special_panel,#outfits_panel {
width:900px !important;
}
#rightColumn {
display:none !important;
}
</style>
<style type="text/css">
#url_panel_colRow, .imvucodes_net { display:none !important; }
</style>
<style type="text/css">
.paneltitle, .panelmenu, .imvucodes_net { display:none !important; }
</style>
</font>
</center>
Woo! That's it. WHAT?! Yes..that's pretty much it. It's a basic template for a layout. Clean and simple.