    body {
        background                      : #002645 url(../images/bgn-videos.jpg) repeat-x;

	    font-family						: Helvetica, Arial, sans-serif;
	    line-height                     : 130%;
	    color                           : #fff;
	    text-align                      : center;
	}
	
	.board {
	    position                        : relative;
	    width                           : 680px;
	    margin                          : 100px auto 0 auto;
	    border                          : 1px solid #002645;
	    background                      : #002645;
        padding                         : 20px;
	    text-align                      : left;
	    overflow                        : hidden;
	}
	.credit {
	    width                           : 240px;
	    float                           : right;
	}
	.link {
	    clear                           : both;
	    padding-top                     : 20px;
	    font-size                       : 70%;
	    font-weight                     : bolder;
	}
	strong {
	    font-weight                     : bolder;
	    color                           : #64b4ec;
	}
	small {
	    font-size                       : 70%;
	    color                           : #0075b6;
	}
	blockquote {
	    margin                          : .5em 0 1em 0;
	    font-size                       : 85%;
	}
	#vid {
	    float                           : left;
	    background                      : #ccc;
    }
	
	
	a  { color			                : #e63c6e; }
	a:hover {
	    text-decoration                 : none;
	    color                           : #fff;
	}

