html, body {
    background-color: black;
    color: white;
} #container {
    width: 850px;
    margin: 0 auto;
    font: 16px Calibri, "Trebuchet MS", Verdana, Arial;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
} .grid .grid-navigation {
    color: white;
}

a.grid-navigation-item {
    color: white;
}

/*#tagslist, #casts, #plot{
 width:450px;
 float:left;
 }*/ .movieinfo {
    width: 840px;
    min-height: 500px;
}

/*#plot {
 height: 200px;
 width: 450px;
 overflow: auto;
 }*/
@media print { .coverl {

display:none;
} .reservebtn {
        display: none;
}
}
