@charset "windows-1251";
/* CSS Document */
html {
	height: 100%;
	overflow: auto;
	scroll: auto;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8c8c8c;
	background-image: url(/f/bg.gif); 
	background-repeat: repeat;
	background-position: bottom;
	
	color:#FFF;
	font-family:Arial,Tahoma,Geneva,sans-serif;
	font-size: 12px;
	font-weight:normal;
}

noscript {
	text-align: center;
	vertical-align: middle;
	background-color:#036;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 10px;
	margin-left: 30px;
}

a {
	color:#fff;
	text-decoration: underline;
}

a:hover {
	color:#fff;
	text-decoration: none;
}

#player_container {
	/* position: absolute; 
	top: 0px;
	left: 0px;*/
	height: 100%;
	width:  100%;
}

div.main 
div.copyright_container 
.copyright 
{
	background:#8c8c8c none repeat scroll 0 0;
	color:#b8b8b8;
	font-size:0.7em;
	margin:50px 0 0;
	padding:0 0 25px;
	width:980px;
}

div.main 
div.copyright_container 
{
	bottom:0;
	left:50%;
	margin:0 0 0 -490px;
	position:relative;
	width:980px;
}

div.main {
	height: 100%;
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':''); /* Internet Explorer <= 6.0 */
	min-width: 1000px;
	position:relative;
}

div.main div.copyright_container .copyright .left_part 
{
	float:left;
	margin:20px 0 0 15px;
	position:relative;
	z-index:999;
}

div.main div.copyright_container .copyright .right_part 
{
	float:right;
	margin:20px 15px 0 0;
	position:relative;
	z-index:999;
}

.clear 
{
	clear:both;
	height:1px;
	overflow:hidden;
}
