/*========================SCREEN==================================*/
#screen{
	background: #000000;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#startblock{
	display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	margin-top: -155px;
	z-index:101; 
}
	#startblock .left{
		float: left;
		width: 405px;
		height: 251px;
		padding: 60px 0 0 20px;
		background: #FFFFFF url(../images/start_img.jpg) right top no-repeat ;
		margin:0px;

	}
	
		* html 	#startblock .left{
		height:311px;
		}
	
	#startblock .left span.title{
		display: block;
		color: #6f8a3c;
		font-size: 2.8em;
	}
	#startblock .left span.title b{font-size: 1.1em; color: #6f8a3c;}
	#startblock .left span.text{
		display: block;
		width: 270px;
		color: #333333;
		font-size: 1.2em;
		margin-top: 20px;
	}
	#startblock .left span.text a{
		color: #6f8a3c;
				font-size: 1em;
				text-decoration:underline;
	}
	#startblock .left .button{
		margin-top: 30px;
	}
	#startblock .leftl{
		float: left;
		background: url(../images/sblockl.gif) no-repeat;
		width: 5px;
		height: 311px;
	}
	#startblock .right{
		float: left;
		width: 245px;
		height: 306px;
		padding: 5px 0 0 20px;
		background-color: #3399cc;

	}
	* html #startblock .right{
		height:311px;
	}
	
	
	#startblock .right span.title{
		display: block;
		color: #FFFFFF;
		/*width: 190px;*/
		font-size: 2.0em;
	}
	#startblock .right span.title b{font-size: 1.1em; color: #FFFFFF;}
	#startblock .right span.text{
		display: block;
		width: 220px;
		color: #FFFFFF;
		font-size: 1.2em;
		margin-top: 20px;
	}
	#startblock .right a{
		color: #FFFFFF;
		font-size: 1em;
		text-decoration: none;
	}
	#startblock .right .close{
		width: auto;
		height: 60px;
		padding: 0 15px 0 0;
		color: #ffffff;
		text-align: right;
		background: #3399cc url(../images/close.gif) top right no-repeat;
	}
	
	#startblock .button{
		margin-top: 30px;
	
	position:absolute;
	top:210px;
		
	}
	#startblock .rightr{
		float: left;
		background: url(../images/sblockr.gif) no-repeat;
		width: 5px;
		height: 311px;
	}
/*========================BUTTON==================================*/
#startblock .button .bl{
	float: left;
	background:  url(../images/button_l.gif) no-repeat;
	width: 4px;
	height: 24px;
}
#startblock .button input{
	float: left;
	background: url(../images/button_c.gif) repeat-x;
	border: none;
	cursor: pointer;
	height: 24px;
	width: 200px;
	color: #ffffff;
	
}
	#startblock .button .br{
	float: left;
	background: url(../images/button_r.gif) no-repeat;
	width: 4px;
	height: 24px;
}



