            /* header */
            #header{
                margin: 10px auto 20px;
                display: block;
                width: 60%;
                max-width: 800px;
                padding: 0;
                min-width: 700px;
                overflow: hidden;
            }

            #header .logo{
                width: 120px;
                height: 40px;
                border: 0;
                margin: 1px;
                float: left;
                display: inline-block;
            }

            #header #title{
                float: left;
                display: inline-block;
                font-weight: 700;
                font-size: 35px;
                height: 40px;
                overflow: hidden;
                width: 80%;
                text-align: center;
                margin-left: 15px;
            }

            #header #title_span{
                position: relative;
                left: 0px;
                white-space:nowrap;
                cursor: pointer;
            }

            /* content */
            #content{
                text-align: center;
            }

            #content .contribute{
                width: 728px;
                margin: 10px auto;
                padding: 0px;
                height: 90px;
                border: 0px;
                overflow: hidden;
            }

            #content #videoAgain{
                margin: 0 auto;
            }

            #content #slider-range{
                margin: 0 auto;
            }

            #content #from{
                font-weight: 700;
            }

            #content #to{
                font-weight: 700;
            }

            #content #permalink{
                resize: none;
                overflow: hidden;
/*                margin-top: 4px;*/
                vertical-align: top;
            }

            /* footer */
            #footer{
                margin: 0 auto;
                width: 728px;
                text-align: justify;
            }
