html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font: bold 12px Arial, sans-serif;
    color: #666;
}
embed {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    position: relative;
}
p {
    text-align: center;
    width: 100%;
    height: 20px;
    padding: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
a:link, a:active, a:visited {
    color: #34BAFF;
    text-decoration: none;
}
a:hover {
    color: #1895CE;
}