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.
You can specify an identifier for the html tag in the template and set it to margin-top: 0! important;
#html {margin-top: 0 !important;}