div.container
{
    background-image : url('../images/heart.png') ;
    background-position : 315px top ;
    /*border : 1px solid yellow ;*/
}

#titlediv
{
    text-align : left ;
    background-color : #000 ;
    padding : .5em ;
    margin-top : 0em ;
    margin-bottom : 0em ;
}

div.videodiv
{
    float : none ;
    position : relative ;
      margin : 2em auto 0px auto ;
      width : 480px ;
    
}

#videomenu
{
    width : 100% ;
    position : relative ;
      margin : .1em auto ;
    border-collapse : collapse ;
}

  #videomenu td
  {
    position : relative ;
    width : 33% ;
    text-align : center  ;
    vertical-align : middle ;
    padding : 1px ;
  }
  
  #videomenu a
  {
    display : block ;
    font-family : sans-serif ;
    font-weight : bold ;
    font-size : .9em ;
    padding : 5px ;
    color : #FFF ;
    height : 2.5em ;
    background-color : #600 ;
    border : 1px solid #000 ;
    border-right-width : 2px ;
    border-bottom-width : 2px ;
  }

    #videomenu a:before, #videomenu a:after
    {
        content : "" ;
    }

    #videomenu a:hover
    {
      background-color : #000 ;
      text-decoration : none ;
    }

