<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	
	color:#FFF;
	background-color:#0E0D12;
	width: 100%;
	height: 100%;
}
h1 {font-size:18px}
h2 {font-size:18px}
a {
	color: white;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
	font-family: Tahoma, Geneva, sans-serif;
}
img {
	border: none;
	text-align: right;
}
input {vertical-align: middle}
#wrapper {
	width: 995px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height:auto;
	width:995px;
	background-color:#000;
	background-image:url(img/shapkafon.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;

	
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
	width:995px;
	height: 948px;
	background-image:url(img/contentbg.jpg);
	background-repeat:no-repeat;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 0px auto ;
	width: 995px;
	height: 84px;
	background: #BFF08E;
	background-image:url(img/footerbg.jpg);
	background-repeat:no-repeat;
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
	letter-spacing:3px;
}
#linksfooter {
	height:50px;
	padding-top:23px;
}
/* logo
-------------------------------------------------------------------------------*/
#logo {
	font-family:"Courier New", Courier, monospace;
	position:relative;
	padding-top:120px;
	width:330px;
	height:auto;
	
	
}
/* links
---------------------------------------------------------------------------*/
#links {
	float:right;
	font-size:20px;
	font:Arial, Helvetica, sans-serif;
	padding-top:170px;
	width:200px;
}
/* firmleft
---------------------------------------------------------------------------*/
#firmleft {
	padding-top:20px;
	float:left;
	height:948px;
	width:200px;
}
/* firmright
---------------------------------------------------------------------------*/
#firmright {
	padding-top:20px;
	float:right;
	
	height:948px;
	width:200px;
}
/*center
---------------------------------------------------------------------------*/
#center {
	height:948px;
	width:848px;
	padding-top:23px;
}
/*video
-------------------------*/
#video {
	height:300px;
	text-align:center;
}
</pre></body></html>