* { padding: 0; margin: 0; }
body {
 background-color: #fff;
 font-family:  Georgia, Times, Times New Roman, serif;
}
#wrapper {
 margin: 0px 20px 0px 20px;
 width: 900px;
}
#content {
 margin: 10px auto;
 padding: 10px;
 width: 900px;
 min-height: 350px;
 color: #505050;
 border: 0px dotted #ccc;
 font-size: 11px;
 line-height: 1.5em;
}
#content a:link, a:visited {
text-decoration: none;
color: #505050;
}
#content a:hover, a:active {
text-decoration: none;
color: #ccc;
}
#trailer {
 display:block;
 width: 480px;
 height: 352px;
 margin: 80px auto;
 border: 0px dotted #ccc;
 color: #000;
 font-size: 14px;
 background: transparent;
 padding: 10px;
}
#player {
    display:block;
    width:480px;
    height:352px;
}
