*{
	font-size:100%;
}

html{
	width:100%;
	height:100%;
}

body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background:#fff;
	overflow:hidden;
}

a{
	color:#af0000;
}



#auth, #phone{
	top:30px;
	left:auto;
	z-index:2;
}

#phone{
	right:115px;
}

#auth{
	right:30px;
	margin-top:0.1em;
	margin-left:0;
	padding-left:16px;
	white-space:normal;
	width:20px;
	background:url(arrow.png) 0 5px no-repeat;
}

#auth a{
	display:block;
	width:0;
	overflow:hidden;
	height:20px;
}

#logo{
	position:absolute;
	top:-44px;
	left:-258px;
	margin-left:0;
}

#logo a{
	background:none;
}

#logo img{
	visibility:visible !important;
}

#intro{
	position:absolute;
	top:50%;
	left:50%;
	font-size:200%;
	z-index:2;
	zoom:1;
}

#intro, #intro h1, #intro .word{
	color:#424242;
}

#intro h1{
	font-weight:normal;
	width:14em;
	font-size:100%;
	font-style:normal;
	line-height:1.3;
	left:0;
}

#intro .dot{
	z-index:1;
	position:absolute;
}

#intro .static{
	white-space:nowrap;
}

#copyright{
	position:absolute;
	left:20px;
	bottom:20px;
	height:45px;
	overflow:hidden;
	z-index:2;
	margin:0;
}


#copyright a{
	width:45px;
	height:45px;
	overflow:hidden;
	display:block;
	background:url(rs-logo.png) no-repeat;
}

#copyright a:hover{
	background-position:0 100% !important;
}

#copyright img{
	display:none;
}

#artlebedev{
	position:absolute;
	left:95px;
	bottom:20px;
	z-index:2;
}

#artlebedev a{
	display:block;
	float:left;
	margin-right:5px;
	overflow:hidden;
}

#artlebedev .studio{
	padding-top:37px;
	height:0;
	width:90px;
	background:url(artlebedev.png) no-repeat;
}

#artlebedev .studio:hover{
	background-position:0 -37px;
}

#artlebedev .site-info{
	width:12px;
	padding-top:11px;
	height:0;
	background:url(site-info.png) no-repeat;
}

#artlebedev .site-info:hover{
	background-position:0 -11px;
}

#flash{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#broadcaster{
	width:1px;
	height:1px;
	top:0;
	left:0;
	position:absolute;
}

* html #logo img{behavior:none;}
* html #intro h1{position:absolute;}
