body
{   text-align: center;
    background-color: #4DA1D3;

}
div
{  
   text-align: center;
   margin: 0 auto;
}
div#film {
   position: relative;
   width : 590px;
   height : 450px;
   top: 40px;
}
div#go {
   position: relative;
   top: 60px;
   left: 10px;
   font-family: verdana,tahoma,sans-serif;
   font-size: 11px;
}
a {
   color: white;
   text-decoration: none;
}


