body {
    background: #151515 url('../img/bg.png');
    font-family: "Arial", Sans Serif;
}
#wrapper {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    overflow: auto;
}
div#top {
    width: 100%;
    background: url('../img/top.png') repeat-x top left;
}
header {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
}
header h1 {
    margin: 10px;
}
header h1 a {
    height: 90px;
    width: 254px;
    background-image: url('../img/logo.png');
    display: inline-block;
    text-indent: -99999px;
}
nav ul {
    margin-left: 50px;
}
nav li.button {
    margin-bottom: 5px;
    background: url('../img/button-bg.png') repeat-y;
}
nav a {
    font-weight: bold;
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
nav a:hover {
    text-decoration: none;
}
nav li.button:hover {
    background: url('../img/button-bg-hover.png') repeat-y;
}
#container {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    margin-left: -400px; /* half of width */
    margin-top: -400px;
    background: url('../img/glow.png') no-repeat center center;
}
#video {
    position:absolute;
    left: 50%;
    top :50%;
    width: 600px;
    height: 400px;
    margin-left: -330px; /* half of width */
    margin-top: -200px;
}

a {
    color: #E3FCFF;
    text-decoration: none;
}
a:visited {
    color: #E4FCFF;
    text-decoration: none;
}
a:hover {
    color: #70E2E3;
    text-decoration: underline;
}
a:active {
    color: #E4FCFF;
    text-decoration: underline;
}
.contact {
    display: none;
    color: #E3FCFF;
}
.contact input, .contact textarea {
    margin: 10px;
    display: block;
    width: 400px;
}
.contact input[type=submit] {
    width: 100px;
}
label.error {
    margin: 10px;
}
.contact textarea {
    height: 150px;
}
.contact button {
    margin: 10px;
}
p {
    margin: 20px;
}
p.caption {
    font-weight: bold;
    text-align: right;
}
.imdb {
    line-height: 38px;
    display: block;
    height: 38px;
    padding-right: 85px;
    background: url('../img/imdb-logo.png') no-repeat top right;
}
#result {
    margin: 10px;
}