html, body {
	background-image: url(pien.jpg);
	height: 93%;
	z-index:1;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #C7E6FA;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	margin:0;
}

#container
{
	width: 500px;
	height: 97%;
	margin: 30px 20px;
	display: block;
	background: rgba(199,236,255,0.8);
	border-width:thick;
	border-radius:15px;  
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
pre
{
	width: 95%;
}
#content
{
	width:460px;
	height: 93%;
	margin: 10px;
}
.scroll-pane
{
	width: 460px;
	height: 70%;
	overflow: auto;
}
.Kop {
	display: block;
	position: absolute;
	top: 2%;
	left: 2%;
}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
}
.inteface {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	font-size: 18px;
	text-align: right;
	color: #E97213;
}
a{text-decoration: none;color: #E97213;}
a:visited{text-decoration: none;color: #E97213;}
a:hover{ text-decoration:underline;;color: #E97213;}

.photo-align-right { float:right; margin: 0 0 15px 15px; }
