html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#content {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    padding: 15px;
    line-height: 1.5em;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #111;
    width: 390px;
}

#content h1 {
    line-height: 1.3em;
}

#content a {
    color: red;
}

#content a:hover {
    color: pink;
}

#logo {
	background-image:url(../media/LOGO-BG.png);
	background-position:57px 26px;
	background-repeat:no-repeat;
	width: 622px;
	height: 349px;
	text-align: left;
	position: absolute;
	top: -190px; /*left:50%;*/
	margin-left: 33px;
	left: -23px;
}

#logo-opacity {
	opacity:1; /*0.3 */
	width: 622px;
	height: 349px;
	margin-left:49px
}

#synopsis {
	position:absolute;
	top:119px;
	left:5px;
	z-index:999;
	width:280px;
	height:25px;
	padding-top:3px;
	opacity:0.5;
	text-align:center;
	margin-left:198px;
}

#skull {
	width:278px; height:313px; position:absolute; top:50%; left:63%; margin-left:0px; margin-top:-250px;
}

#originalsite {
	width:635px;
	height:40px;
	opacity:0.3;
	margin-top:120px;
	margin-left:25px;
	text-align:center;
}

#frameplayer {
	width:349px; height:433px; position:absolute; top:91px; margin-left:86px; z-index:-9999;
}

#framedesc {
	width:349px; height:433px; position:absolute; top:91px; margin-left:450px; z-index:-9999;
}
