* {margin:0;padding:0;}
html {
  min-height:100%;
  background:#eee;
}
body {
  padding:20px;
  height:100%;
  font:13px Gothic, Arial, Sans-Serif;
  color:#333;
  background:#eee;
}

h1 {font-size:16px;}
h2 {font-size:12px;}
h1, h2, h3 {margin:12px 20px 4px;}
p {
  margin:10px 20px 0;
  line-height:18px;
}
a {color:#000;}

ul {list-style-type:none;}
img {border:none;}
hr {display:none;}

#branding,
#navigation {display:none;}
#content {display:block;}
