Code:html {
background: none !important;
}



Code:#hd {
position: absolute;
}
To adjust the comments change this line which is the second one under the /*comments*/
Code:.comments {position: absolute; margin-top: 460px; margin-left: -350px;}
Code:.comments {position: absolute; margin-top: 640px; margin-left: -350px;}
Code:.sb.lft {margin-top: 50px; margin-left: 100px;}
Code:.sb.lft {margin-top: 240px; margin-left: 100px;}
Code:#sticker-box {
position: absolute;
left: 730px; /*change to your own value, in this example the box moves 10 pixels over from the left*/
bottom: -525px; /*change to your own value, in this example the box moves negative 10 pixels bottom from original position*/
}
Code:#sticker-box {
position: absolute;
left: 730px; /*change to your own value, in this example the box moves 10 pixels over from the left*/
bottom: -715px; /*change to your own value, in this example the box moves negative 10 pixels bottom from original position*/
}
Code:.comments {width: 700px; height: 550px;}
Code:.comments {width: 700px; height: 200px;}