
body {
	margin: 0;
}
.pageflip-container {
	padding-top: 1px;
}
#stage {
	background: #dcdcdc;
	/*background-image:url(../pageflipdata/satellite.jpg);*/
}
.left-side,
.right-side {
	background: #888;
}
#pageflip-controls,
#pagerin {
	color: rgba(255,255,255,0.5);
}
.control-bar-button g,
.control-bar-pager g {
	fill: rgba(255,255,255,0.5);
}
.control-bar-button:not(.disabled):hover g {
	fill: #FFAA00;
}
#pageflip-controls {
	background: #444;
}
#page0{
 
	background-color: transparent;
}	

#page0content .dintext {
	text-transform: uppercase;
	font-family: Arial, Impact, Helvetica;
	font-weight: bold;
	  font-size:12px;
	font-color: #888;
	text-align:right;
}

#page0content .dintext a:hover {
	 
	font-color: #333;
}

#page0content .dintext a:visited{
	text-decoration: none;
	font-color: #666;
}
#page0content .footertext {
    bottom: 4px;
     left: 250px;
    position: absolute;
    width: 400px;
}

/* unvisited link */
a:link {
    color: #444444;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #E61E1E;
}

/* selected link */
a:active {
    color: #444444;
}
