@charset "windows-1251";
*
{
	margin:0;
	padding:0;
}
html
{
	height:100%;
	min-width:800px;/*ширина страницы*/
}

img{border:none;}

body
{
	color:#FFF;/*цвет шрифта*/
	background:#000 url(/i/bg1.jpg) right top no-repeat;/*фон страницы и изображение в правом серхнем углу*/
	min-height:100%;
	min-width:800px;/*ширина страницы*/
	_height:100%;
	position:relative;
}

#header
{
	background:url(/i/h2.gif) 70% top no-repeat;
	/*margin-bottom:-60px;*/
}

#center
{
	padding-bottom:105px;
	/*min-height:390px;/*минимальная высота, при которой соприкасаются фон вдоль правой части экрана и элементы футера*/
}

#content
{
	padding:0 0 0 200px;/*отступ слева по ширине колонки навигации*/
	margin-right:260px;/*отступ под фон вдоль правой границы экрана*/
	text-align:justify;
}

#footer
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	background:url(/i/f3.gif) right bottom no-repeat;
	min-height:99px;
	_height:99px;
}

.footer_img
{
	position:absolute;
}

#footer_img_f1
{
	bottom:0px;
	left:30%;
}

#footer_img_f2
{
	bottom:0px;
	left:60%;
}

#nav
{
	width:190px;
	float:left;
	margin-right:-100%;
}

#loginform {
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-bottom: 1em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e00000;
}

p {
	margin-bottom: 1em;
}

a:link {
	color: white;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #e00000;
}

a:active {
	color: #e00000;
}

#liedtext {
	width: 98%;
  padding: 5px;
}

#liedtext td {
	width: 49%;
}

#liedtext tr {
	vertical-align: text-top;
}
