<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	background-color:#081C2E;
	background-image:url(images/bg02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-align:center;
}
html, body {
	height:100%;
}
.perkament{
	background-image:url(images/index_r2_c2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
.links{
	background-image:url(images/index_r1_c1.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:267px;
	height:555px;
	
}
.schip{
	height:555px;
	width:267px;
	vertical-align:baseline;
	margin-top:0px;
}
	
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-278px; /* half of container's height */
	float:left;
}
#container {
	margin: 0 auto;
	width:900px;
	height:555px;
	margin-bottom:0px;
	clear:left;
	/*display:inline;*/
	overflow:hidden;
	position:relative;

}</pre></body></html>