﻿HTML
{
    height: 100%;
    width: 100%;
}
body
{
    height: 100%;
    font-family: Verdana;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-image:url(..//img/bg-film.gif);
    background-repeat:repeat-y;
    background-position:center;
}
#head
{
    height:195px;
    text-align:center;
}

/* FILM /////////////////////////////////////////////////////////////////// */

#tabelfilm
{
    margin-left:auto;
    margin-right:auto;
    height:100%;
    background-color:#0c72b2;
}
.film
{
    margin-left:auto;
    margin-right:auto;
    width:320px;
    height:240px;
    text-align:center;
    border-left:2px #003366 solid;
    border-top:2px #003366 solid;
    border-right:2px #6699ff solid;
    border-bottom:2px #6699ff solid;
}

/* EndFILM //////////////////////////////////////////////////////////////// */

.footer
{
    text-align:center;
    padding-top:10px;
}
.footer A
{
    color: #daeffd;
    font-size:12px;
    text-decoration: none;
    font-weight: 500;
    font-style: oblique;
}
.footer A:hover
{
    text-decoration: underline;
}
