#flashintro {
   text-align: center;
   border: 0px;
}

body { margin: 0 }
.row, .col { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 0; bottom: 0; }
.scroll-x { overflow-x: auto; }
.scroll-y { overflow-y: auto; }

.left.col {
   width: 200px;
}

.right.col {
   left: 200px;
   right: 0;
}

#donations {
   display:none;
}

#trans_pic
{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.55);
}
