Yep, just another coding questions, however I didn't find anything on that. I'm talking about this profile. I think my problems are easy to see. First of all the copyright and all this stuff are right in the middle. How can I move or even remove that? Second is: the background image goes further below than this and I have seen profiles that were larger but I don't know how to do it. Would be very grateful if you guys could help me. Thanks!
, , {display:none;}
You need to put commas between different div names.
As for the background problem, it's because it's a background. A background will only appear as much as there is content if that makes sense.
A simple, lazy, bad coding way to fix = Add a blank div to the bottom
Good coding and design method = I keep the to rule of thumb of making layouts 1200 x 600 because that is around the most popular screen resolution size, if you want to have a vertical layout, make something that can tile easily or you can take those bottom two elements (the snow flake and swirly thing) cut those into an image and place them into a separate div and position at the bottom of your layout, but be careful with that method as with different screen resolutions and browsers can throw things off.