/* CSS Document */

body {
	-webkit-text-size-adjust: none;
	background-color: #121212;
	-webkit-user-select:none;
	-moz-user-select: none; 
}


#mainFrame {
	position:absolute; top:50%; margin-top:-310px; left:50%; margin-left:-480px; width:960px; height:600px; z-index:1;
	background-color:rgba(255,255,255,0.4); -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#btnMainSite {
	position:absolute; z-index:3; top:13px;left:15px; width:160px; height:32px; cursor:pointer; line-height:32px; text-align:center; color:#FFf;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.85); -o-box-shadow: 0px 3px 8px rgba(0,0,0,.85); -moz-box-shadow: 0px 3px 8px rgba(0,0,0,.85); box-shadow: 0px 3px 8px rgba(0,0,0,.85); -ms-box-shadow: 0px 3px 8px rgba(0,0,0,.85); 
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0, #369), color-stop(0.53, #69c));
	background-image:-moz-linear-gradient(bottom, #369, #69C);
	background-image:-ms-linear-gradient(bottom, #369, #69c);
	background-image:-o-linear-gradient(bottom, #369, #69c);
	background-image:linear-gradient(bottom, #369, #69c);
	background-color:#369;
	font-size:15px; font-family:Arial, Helvetica, sans-serif; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

#mainFrame .mainTitle {
	position:absolute; top:0px; left:0px; height:60px; line-height:60px; width:100%;
	font-size:30px; color:#eee; text-align:center; font-weight:100; text-shadow:1px 1px 3px #000;
	font-family:Helvetica-light, Arial, sans-serif;
}






#mainFrame #footer {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ccc;
	width: 960px;
	text-align: center;
	z-index: 2;
	height: 16px;
	top:610px;
	
}

.ads_google {
	position: absolute;	width: 320px; right:110px; top:70px; z-index:10;
	height:50px; overflow:hidden;
}