well here i don't see anything but the background :
http://blewmyallowanceonmanga.net/to get tthings positined right just use a div. So basically you can make your div and call it uhh "nyahblog" for example. and put the div in your stylesheet.
so in your stylesheet it would look like this:
CODE
.DIVVNAMEHERE{
position: absolute;
width:359px;
height:606px;
z-index:0;
left:351px;
top:444px;
}
just change the coordintes to yours. and make another div for the sidebar template. Then just do this for the main template.
CODE
<div class="divnamehere">
and put that above the blog includes and at the end of the blog includes at the </div> . Then edit your side bar template and add the same code but the div name of your sidebar div and do the same by adding the </div> at the end of the side bar template.
I use dreamweaver to position correctly but notepad and everything works the same . Same as a regular layout just playing around with the coordinates.