body {
	background-color: #e6bbff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bg1 {
	background-image: url(images/bg1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.bg2 {
	background-image: url(images/bg2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg3 {
	background-image: url(images/bg3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.bg4 {
	background-image: url(images/bg4.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg5 {
	background-image: url(images/bg5.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.bg6 {
	background-image: url(images/bg6.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

a:link {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: underline;
	color: #999999;
}

img {
	border:0;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #ccc;
}

#inf {
	color: #660000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
}

#data {
	color: #999;
	font-weight: normal;
	display: inline-block;
}

#data2 {
	color: #660000;
	font-size: 16px;	
	font-weight: normal;
	display: inline-block;
	text-align: center;
}

.content {
	background-image: url(images/viewer.png);
	height: 512px;
	width: 768px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;	
	padding: 40px 25px 0px 25px;
	display: block;
}

.story {
	background-image: url(images/story.gif);
	height: 828px;
	width: 718px;
	color: #660000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;	
	padding: 60px 50px 0px 50px;
	display: block;
}
    #upBlock {
        position:fixed;
        bottom:15px;
        right:15px;
        color:#000000;
        padding:6px;
        text-align:center;
        z-index:9999999999;
        display:none;
        }