body {
    background-color: white;
    margin: 10em;
    padding:0px;
}

#centering {
    font-family: Verdana,sans-serif;
    font-size: 0.8em;

    width:550px;
    height:240px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -120px;
    margin-left: -300px;
}

#me {
  position:absolute;
}

#summary {
  vertical-align:bottom;
  height:220px;
  margin-left: 110px;
  position: absolute;
}

div#center_box >div >div {
  margin-bottom:20px;
}

ul.quickies {
    list-style-type: circle;
}

img.socIcon {
    border: 0;
