#content {
    width: 600px;
    height: 432px;
    position: absolute;
    margin-top: 34px;
    margin-left: 318px;
    background-color: #F2F2F2;
    top: 0px;
    left: 0px;
}

#textmask {
    position: relative;
    height: 183px;
    overflow-y: auto;
    overflow-x: hidden;       
}

#text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px 7px
}

#text_slider {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 280px;
    margin-left: 917px;
    width: 30px;
}

#info {
    text-align: right;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
      
}

#content a, #info a, #videotext a {
    color: #929B02; 
}

#content a:hover, #content a:focus, #content a:active, #info a:hover, #info a:focus, #info a:active, #videotext a:hover, #videotext a:focus, #videotext a:active  {
    text-decoration: underline;
}