body {
    color: #000;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 14px;
    background: #F7F7F7;
}

table td, table th {
    padding: 5px;
    height: 100%;
    font-size: 14px;
}

h3 {
    font-size: 18px;
}

li {
    padding-top: 5px;
}

h1 a {
    text-decoration: none;
    color: #000;
}


h2 a {
    text-decoration: none;
    color: #000;
}

#container {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    width: 400px; 
    height: 400px;
    max-width: 90%;
    max-height: 90%;
}

#test {
   background: yellow;
}

#agent {
   margin-top: 20px;
   display: block;
}
