@charset "utf-8";

header {
    width: 620px;
    height: 27px;
    background: url(../images/logo_viewer.png) no-repeat;
    text-indent: -9999px;
    margin:  20px 0 50px 0;
}

div#wrapper { width: 800px; margin: 0 auto; text-align: left; }

div#link-container { margin-bottom: 10px; text-align: right; }

h3 {
    color: #CCC;
    margin-bottom: 10px;
}

iframe {
    width: 100%;
    height: 190px;
    background: #FFF;
    border: 1px solid #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
