@CHARSET "windows-1251";
html, body 
{
	margin: 10;
	padding: 0;
	background:#fff;
	font-family: Arial;
	font-size:12px;
	color: #fff;
	text-align: justify;
	height: 99.2%;
	 
}

body
{
	
}

img
{
	border:none;
}

.clr 
{
	clear:both;
	font-size:1px;
}
a 
{
	outline:none;
	text-decoration:underline;
}

a img 
{
	text-decoration:none;
	border: none;
}

a:hover 
{
	text-decoration:none;
}

/***********************main************************/
#main_container
{
	width: 100%;
	height: 100%;
	background: #0c0c0c url(/index/bg.jpg) right bottom no-repeat;
	position: relative;
}
	.corners
	{
		position: absolute;
		width: 25px;
		height: 25px;
	}
		#lt
		{
			left: 0;
			top: 0;
			background: url(/index/lt.png) left top no-repeat;
		}
		#rt
		{
			right: 0;
			top: 0;
			background: url(/index/rt.png) left top no-repeat;
		}
		#lb
		{
			left: 0;
			bottom: 0;
			background: url(/index/lb.png) left top no-repeat;
		}
		#rb
		{
			right: 0;
			bottom: 0;
			background: url(/index/rb.png) left top no-repeat;
		}
	#content-container
	{
		padding: 25px;
		postion: relative;
	}
		#logo
		{
			top: 25%;
			left: 50%;
			position: absolute;
			width: 470px;
			margin-left: -235px;
		}
			#flash
			{
				width: 278px;
				margin-top: 36px;
			}
			#enter
			{
				margin-top: 24px;
			}
	#footer
	{
		position: absolute;
		left: 50%;
		bottom: 25px;
	}
		#luch
		{
			width: 157px;
			height: 55px;
			border-right: 1px solid #b7aca4;
			float: left;
			margin-left: -151px;
		}
		#copy
		{
			padding-left: 10px;
			padding-top: 13px;
			float: left;
		}