body {
  margin-top: 20px;
  color: #51555c;
  font-size: 13px;
  background-color:#123456;
}

#rounded{ /* the outermost div element */
  width:800px;
  margin:20px auto; /*center it on the page*/
}

.container{ /* white background for everything */
  background-color:#FFFFFF;
  padding:10px 20px 20px 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
}

#content{
  font-family:'Verdana', 'Helvetica', 'Georgia', sans-serif;
}

h1{ /* the heading */
  font-size:28px;
  font-weight:bold;
  font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{ /* the subheading */
  font-weight:normal;
  font-size:20px;

  color:#999999;
}
