html, body {
    margin:0; padding:0;
    height:100%;
}

body {
    font-family:Helvetica, Georgia, Times, serifs;
    background-color:#eeeeee;
    color:#50565e;
}

h1{
    color:#333333;
    padding-top:10px; padding-left:10px;
}

a {
    text-decoration:none;
    color:#3399CC;
}
img {
    border:none;
}
#floater {
    position:relative; float:left;
    height:50%; margin-bottom:-200px;
}

#centered {
    position:relative; clear:left;
    height:400px; width:80%; max-width:800px; min-width:400px;
    margin:0 auto;
}
#centered .photo {
    margin-left:10px; float:right;
    height:175px; width:175px;
}
#summary {
    font-size:25px;
    padding:10px;
}
#bottom {
    position:absolute;
    bottom:0; right:0;
}

