html {
    background: #1e1e1e;
}

body {
    font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
    text-align: center;
    background: #1e1e1e;
    padding: 0;
    margin: 0;
}

#container {
    width: 475px;
    padding: 0 50px 0 175px;
    position: relative;
    margin: 25px auto;
}

h1 {
    width: 150px;
    height: 150px;
    background: #970011;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

h1 a {
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px;
    background: url("/static/images/logo_de.png");
}

body.lang_en h1 a {
    background: url("/static/images/logo_en.png");    
}

#header {
    background: #ffd800;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 148px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    border: solid 1px #fff830;
    color: #645110;
}

* html #header {
    height: 148px;
}

#headerContent {
    padding: 14px 24px 24px 24px;
}

#header h2 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    margin: 0;
    color: #27200B;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

#reason {
    margin: 0 0 8px 0;
}

#meta {
    margin: 8px 0 0 0;
}

#editMovie {
    color: #B18F1C;
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 5px;
}

#imdb {
    width: 32px;
    height: 12px;
    display: block;
    bottom: 5px;
    right: 4px;
    background: url("/static/images/imdb_link.png") transparent;
    text-indent: -9999px;
    position: absolute;
    font-size: 0;
}

* html #imdb {
    background: transparent;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/images/imdb_link.png");
}

#player {
    background: #000;
    padding: 24px;
    border: solid 1px #232323;
    margin: 25px 0 0 0;
}

#sayhi {
    margin-top: 25px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    font-weight: bold;
    color: #000;
    line-height: 1.4;
}

#sayhi a {
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 2px;
    margin: 0 -2px;
}

#sayhi a:hover {
    color: #111;
    background: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}