body {
    background: #000;
    font-family: "Liberation Sans", Arial, sans-serif;
    font-size: .8em;
}
#page {
    width: 1100px;
    height: 620px;
    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -310px;
    margin-left: -550px;
    
    background: url(bg.jpg) 50% 50% no-repeat #2C2C2C;
}

#info {
	text-align: center; 
	padding: 10px 0px 10px 0px; 
	background-color: #fccc00; 
    width: 350px;
    position: absolute;
    left: 50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -25px;
}

#content {
    z-index: 1;
	overflow: hidden;
}
#documentTitle {
    text-align: center;
    font-size: .9em;
    margin: 0px;
    margin-top: 4px;
}
#documentTitle  img{
    z-index: 0;
	top: 6px;
	left: 10px;
	position: absolute;
}
#documentTitle span {
	z-index: 0;
	left: 170px;
	top: 15px;
	position: absolute;

    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.04);
    letter-spacing: -1px;

	font-size: 15pt;
    padding: 2px 6px;
    xbackground: rgba(255, 255, 255, .03);
    
    -moz-border-radius: 5px;
}

#content .Page {
    display: none;
}
#content .TargetPage {
    display: block !important;
}

#content .Page .Texts {
    position: absolute;
    width: 330px;
    height: 400px;
    right: 30px;
    top: 80px;
    color: #d0d0d0;
    overflow: auto;
}
#content .Page .Texts h2 {
    font-size: 2.4em;
    margin: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: -1px;
	text-align: right;
}

#content .Page .Image {
    position: absolute;
    width: 820px;
    height: 580px;
    
    top: 20px;
    left: 20px;
    z-index: 5;
}
#content .Page .Image img {
    position: absolute;
    left: 5%;
    top: 50%;
    border: none;
}
#content .Page .Image .ImageFooter {
    display: none;
    height: 1px;
    border-radius: 200px;
    background: rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, .7);
    
    margin: 0px 3px;
    margin-top: -12px;
    z-index: 4;
}

#navigator {
    position: absolute;
    width: 360px;
    right: 20px;
    bottom: 70px;
    display: table;
	z-index: 5;
}
#navigator .NavLink {
    display: inline-table;
    #position: relative;
    overflow: hidden;
    width: 170px;
	opacity: .3;
    zoom: 1;
}
#navigator #prevLink, #navigator #nextLink {
	height: 50px;
	width: 170px;
}
#navigator .NavPrevLink  {
    text-align: left;
    background: url(back.png) 0% 50% no-repeat;
	padding: 5px 5px 5px 30px;
	display: table-cell;
	vertical-align: middle;
}
#navigator .NavNextLink  {
    text-align: right;
    background: url(next.png) 100% 50% no-repeat;
	padding: 5px 30px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}
#navigator .NavLink a {
    color: #888;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    outline: none;
}
#navigator .NavLink:hover {
    opacity: 1;
    text-shadow: 0px 0px 3px #000;
	width: 
}

#movie a {
    position: absolute;
    z-index: 4;
	top: 7px;
    right: 25px;
}

#footer {
    position: absolute;
    z-index: 2;
    padding:  20px 0px 20px 0px;
    background: #ffffff;
    height: auto;
    width: 100%;
    left: 0px;
    bottom: 0px;
	text-align: center; 
	color: #b0b0b0
}

#help {
	left: 50%;
	top: 50%;
	margin-left: 0px;
	margin-top: 40px;	
}