body,
ul,
li {
    padding:0;
    margin:0;
}

body {
    background-color: lightgrey;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
}
a {
    color:#000000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#floatbox {
    list-style: none;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-168px;
    margin-top:-75px;
}
#floatbox li {
    float: left;
    padding:0 10px;
}
#floatbox li.last {
    clear: both;
    margin-top:10px;
    text-align: center;
    width: 336px;
}