
html {
	height: 100%;
	background: url(/img/events/dancetroopers/bg.png) center top repeat-y;
	}
	
body {
	margin: 0px;
	padding: 0px;
	background: url(/img/events/dancetroopers/bg.jpg) center top no-repeat;
	}
	
.content {
	width: 1000px;
	height: 1200px;
	position: relative;
	margin: 0px auto;
	background: url(/img/events/dancetroopers/bg.jpg) center top no-repeat;
	}
	
	.flash_bg_wrapper {
		width: 100%;
		height: 460px;
		position: absolute;
		left: 0px;
		overflow: hidden;
		z-index: 5;
		}
		.flash_bg_layout {
			width: 1000px;
			height: 460px;
			position: relative;
			margin: 0px auto;
			}
			.flash_bg {
				width: 1322px;
				height: 460px;
				position: absolute;
				left: -199px;
				z-index: 9;
				}
	
	.logo {
		width: 214px;
		height: 230px;
		display: block;
		position: absolute;
		margin-left: 391px;
		background: url(/img/events/dancetroopers/blank.png) left top repeat;
		z-index: 11;
		}
	
	.dance_landing {
		width: 470px;
		height: 170px;
		display: block;
		position: absolute;
		margin-left: 248px;
		margin-top: 288px;
		background: url(/img/events/dancetroopers/blank.png) left top repeat;
		z-index: 11;
		}
	
	.link_button {
		width: 243px;
		height: 107px;
		display: block;
		position: absolute;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 1111px;
		}
	
	.link_button.music {
		margin-left: 221px;
		margin-top: 483px;
		}
	.link_button.kiss {
		margin-left: 221px;
		margin-top: 612px;
		}
	.link_button.fishing {
		margin-left: 613px;
		margin-top: 483px;
		}
	.link_button.league {
		margin-left: 613px;
		margin-top: 612px;
		}
	
.footer {
	width: 100%;
	height: 240px;
	position: absolute;
	margin-top: 890px;
	z-index: 10;
	background: url(/img/events/dancetroopers/coins.png) 700px 15px no-repeat;
	}
	
	.comunity_list {
		margin: 0px 0px 0px 430px;
		padding: 0px;
		}
		
		.comunity_list li {
			width: 34px;
			height: 34px;
			display: block;
			float: left;
			margin: 0px 5px;
			}
			.comunity_list li a {
				width: 34px;
				height: 34px;
				display: block;
				background-image: url(/img/events/dancetroopers/community.png);
				filter: alpha(opacity = 90);
				opacity: 0.9;
				}
			.comunity_list li a.vkontakte {background-position: 0px 0px;}
			.comunity_list li a.mymail    {background-position: -34px 0px;}
			.comunity_list li a.facebook  {background-position: -68px 0px;}
			
			.comunity_list li a:hover {
				filter: alpha(opacity = 100);
				opacity: 1.0;
				}
			
	.logos {
		width: 370px;
		height: 45px;
		position: absolute;
		left: 0px;
		top: 50px;
		overflow: hidden;
		}
		.logos a {
			display: block;
			float: left;
			margin-right: 23px;
			}
			.logos a img {
				border: none;
				}
	
	.copyright {
		width: 180px;
		height: 37px;
		position: absolute;
		padding-top: 8px;
		left: 380px;
		top: 50px;
		color: #fff;
		font: 10px Tahoma, Geneva, sans-serif;
		}
		.copyright a {
			color: #fff;
			text-decoration: none;
			}
		.copyright a:hover {
			text-decoration: underline;
			}
	
	.counter {
		width: 100px;
		height: 37px;
		position: absolute;
		padding-top: 8px;
		left: 566px;
		top: 50px;
		overflow: hidden;
		}
	
	.footer .description {
		width: 100%;
		position: absolute;
		margin-top: 100px;
		}
		.footer .description p {
			color: #fff;
			font: 10px Tahoma, Geneva, sans-serif;
			}
	