        body {
            background-image: url("../images/mfa_bg.jpg");
            background-repeat: no-repeat;
        }
        
        a {
            text-decoration:none;
            color: #ffffff;
        }
            
        .videodiv {
            position: absolute;
            top: 98px;
            left: 56px;
            width: 660px;
            height: 420px;
            background: rgba(0, 0, 0, 0.6);
        }
        .monitor {
            position: absolute;
            top: 124px;
            left: 870px;
            width: 155px;
            height: 115px;
        }       
        .video {
            padding: 10px;
        }
    
        @font-face {
            font-family: copyfont;
            src: url('LANENAR_.ttf');
            }
        
        .title {
            font-family: copyfont;
            font-size: 45px;
            color: rgba(0, 0, 0, 0.6);
            position: absolute;
            top: 45px;
            left: 56px;
        }

        .name {
            font-family: copyfont;
            font-size: 25px;
            color: rgba(0, 0, 0, 0.6);
            position: absolute;
            top: 65px;
            left: 555px;
        }
        .footnote {
            font-family: copyfont;
            text-decoration: none;
            font-size: 25px;
            position: absolute;
            color: rgba(0, 0, 0, 0.6);
            top: 530px;
            left: 56px;
            }
    
    
        /* share + download panel */
    
        .table {
            position: absolute; 
            left: 716px;
            top: 98px;
        }
        .share {
            font-family: copyfont;
            text-decoration: none;
            font-size: 25px;
            color: rgba(225, 225, 225, 0.6);	
            width: 35px;
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: rgba(0, 0, 0, 0.6);
            border-bottom-right-radius: 22px;
            border-top-right-radius: 22px;
        }
        .share_field {
            font-family: copyfont;
            text-decoration: none;
            font-size: 25px;
            color: rgba(225, 225, 225, 0.6);	
            width: 320px;
            height: 420px;
            background-color: rgba(0, 0, 0, 0.6);
            padding: 0;
            margin: 0;

        }
        ul.header, ul.col {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        ul.col li {
            display: table-cell;
        }
      