body {
	background: url(images/body_bg.jpg) no-repeat center top;
	margin-top: -115px;
	padding: 0;
	margin: 0;
	font: 70% "Verdana";
}

img {
	border: none;
}

h3 {
color: green;
text-decoration: none;
}

#midBlock {
	position: absolute;
	width: 630px;
	left: 50%;
	margin-left: -315px;
	top: 60px;
}

	#midBlockTop {
		background: #f1f0e6;
		padding: 38px 50px;
	}
	
		#midBlockTopTitle {
			position: absolute;
			left: 17px;
			top: 16px;
			font-size: 150%;
			color: #2d92a1;
		}
	
		#counter {
			position: absolute;
			right: 18px;
			bottom: 14px;
		}
		
	#midBlockBot {
		background: white;
		width: 100%;
		height: 36px;
	}
	
		#midBlockBotTitle {
			text-align: center;
			font-size: 150%;
			padding-top: 15px;
			color: #2d92a1;
		}
		
#right_top {
	position: absolute;
	right: 40px;
	top: 80px;
	text-align: center;
}
		
	#main_title {
		padding: 0 0 12px 0;
		margin: 0;
		color: #54a900;
		font-size: 330%;
		font-weight: normal;
	}
	
	#right_top a {
		color: #2d92a1;
		text-decoration: none;
		font-size: 160%;
	}