I want to remove the margin-top property from twenty twelve theme. This is the default theme provided by wordpress. The sample of the code what I found with the help of firebug.
Try with show_admin_bar(false); in your functions.php file.
show_admin_bar(false);
functions.php