html, body { 
   margin:0; 
   padding:0; 
}

body { 
   font:12px Arial, Helvetica, sans-serif;
}

#title {
   background-color: #111;
   background-image: url(padlock-logo.png);
   background-repeat: no-repeat;
   background-position: 20px; 20px;
   height: 75px;
}

#content {
	margin-right: 10%;
	margin-left: 10%;
}
