html{ 
    font-size: 100%;
    font-family: "Century Gothic", sans-serif;
    font-family: Impact, Charcoal, sans-serif;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
}
body {
    /*width:100%;*/
    background:#fff;
    color: #000;
}
#navigation, .col2 {
display: none;
}
.content, .col1{
    /*width: 100%;*/
    text-align: left;
}
/* Footer styles */
#footer {
    clear:both;
    float:right;
    width:100%;
    border-top:1px solid #000;
    text-align: center;
}
#footer img {
    border: 0;
}
#footer p {
    padding-left:10px;
    padding-right:10px;
    margin:0;
}
#footer .left {
    float: left;
}
#footer .right {
    float: right;
}
.svg object{ width: 100%; }
