You can log back in here.
In my profile what can I add to the code to make the boxes be completely transparent? So that you don't see them at all and it's just the dark green color behind it.
,.comment_table,.header,.block,.info_block { background-image:none; border:0px; }
body { background-repeat:no-repeat; }
{ background-color: transparent; }
That'll make everything transparent again.
Awesome, thanks so much! XD