*
{
    margin: 0;
    padding: 0;
}

body
{
    color: #515e81;
    font: 1em/1.4 georgia, times new roman, serif;
    text-align: center;
    background: #282e3f;
}

a, a:hover
{
    color: #515e81;
    text-decoration: underline;
}

a:hover
{
    color: #ffffff;
}

hr
{
    display: none;
}

img
{
    border: none;
}

ul
{
    list-style-type: none;
}

div.page
{
    position: relative;
    width: 980px;
    text-align: left;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

div.head
{
    position: relative;
    height: 120px;
    line-height: 120px;
    background: #13161e;
}

div.head h1
{
    position: absolute;
    top: 0;
    left: 500px;
    font-size: 160%;
    text-transform: lowercase;
}

div.head h1 span
{
    padding: 0 0 0 120px;
}

div.head h2
{
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 220%;
}

div.head p.imdb
{
    position: absolute;
    top: 39px;
    right: 40px;
    width: 87px;
    height: 42px;
    font-size: 120%;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    background: #ecd83f;
    overflow: hidden;
}

div.head p.imdb a, div.head p.imdb a:hover
{
    color: #231f20;
    text-decoration: none;
}

div.head p.imdb a span, div.head p.imdb a:hover span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../img/imdb.jpg") no-repeat 0 0;
    cursor: pointer;
}

div.head p.imdb a:hover span
{
    background-position: 0 -42px;
}

div.head p.follow
{
    position: absolute;
    top: 48px;
    left: 720px;
    line-height: 40px;
}

div.home
{
    position: relative;
    display: block;
    width: 980px;
    height: 240px;
    background: #13161e;
}

div.home div
{
    position: absolute;
    display: block;
    top: 60px;
    left: 20px;
    width: 940px;
    height: 160px;
    background: transparent url("../img/home.jpg") repeat-x 0 0;
}

div.content
{
    position: relative;
}

div.content h2, div.content h3, div.content h4
{
    font-weight: normal;
}

div.content h2
{
    font-size: 140%;
    margin: 20px 0 -10px 0;
}

div.content p, div.content ul, div.content dl
{
    margin: 20px 0;
}

div.content p.small
{
    font-size: 75%;
    margin-top: -10px;
}

div.content dl dt
{
    margin: 5px 0 0 0;
}

div.content dl dd
{
    color: #404e75;
    font-style: italic;
    font-size: 90%;
    margin: 0 0 0 20px;
}

div.content div.col
{
    float: left;
    width: 460px;
    margin: 0 0 0 20px;
}

div.content div.gallery
{
    position: relative;
    clear: both;
    min-height: 200px;
    padding: 40px 0 0 200px;
}

div.content div.gallery h2
{
    position: absolute;
    top: 40px;
    left: 20px;
    width: 160px;
    height: 200px;
    color: #13161e;
    margin: 0;
    overflow: hidden;
}

div.content div.gallery h2 span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282e3f;
    background-repeat: no-repeat;
    background-position: 0 0;
}

div.content div.gallery p
{
    margin: 0;
}

div.content div.gallery p em
{
    color: #13161e;
    font-size: 240%;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 0 0 20px;
}

div.content div.gallery p span
{
    display: block;
    float: left;
    height: 120px;
    margin: 0 0 20px 20px;
}

div.content div.gallery p img
{

}

div.menu
{
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 140%;
    text-transform: lowercase;
}

div.menu ul li
{
    float: left;
    margin: 0 64px 0 0;
}

div.menu ul li a, div.menu ul li a:hover
{
    text-decoration: none;
}
