div.info_box {
    padding-top: 50px;
    padding-right: 450px;
}

div.info_box p {
    text-align: center;
}

div.links {
    font-size: 90%;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    width: 350px;
    height: 100%;
    padding: 10px 25px;
    background-color: #eeeeee;
}

a {
    color: #E33A3A;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
