@CHARSET "UTF-8";

body, html {
	height: 100%;
	overflow: hidden;
}

div#body {
}

div#textlayer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 890px;
	height: 100%;
	overflow: auto;
	z-index: 3;
}

div#text {
	padding: 60px 230px 50px 120px;
	color: #680909;
}

div#text * {
	color: #680909;
}

div#text h1 {
	font-size: 14px;
	margin-bottom: 1em;
}

div#text h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1em;
}

div#textbcg {
	position: absolute;
	right: 55px;
	top: 0px;
	width: 835px;
	height: 100%;
	background-image: url("../img/pbcg.png");
	//background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 2;
}

div#close {
	position: absolute;
	top: 65px;
	right: 112px;
	width: 110px;
	height: 69px;
	z-index: 4;
}












