#main-content {
	width: 100% !important;
	padding: 0 !important;
	background-color: #dbeceb;
}
	.bg-noise {
		background: url(../images/bg_noise.png) top center repeat;
		height: 100%;
	}
	#main-content .wrapper {
		width: 980px;
		margin: 0 auto;
		position: relative;
	}
	#main-content .wrapper:before {
		content: "";
		position: absolute;
		top: 60px;
		left: 0;
		width: 222px;
		height: 492px;
	}
	#main-content .wrapper:after {
		content: "";
		position: absolute;
		top: 60px;
		right: 0;
		width: 222px;
		height: 492px;
		-webkit-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		transform: scaleX(-1);
		filter: FlipH;
		-ms-filter: "FlipH";
	}
		#main-content .wrapper.snow-white:before {
			background: url(../images/snow-white.png) center no-repeat;
		}
		#main-content .wrapper.snow-white:after {
			background: url(../images/snow-white.png) center no-repeat;
		}
		#main-content .wrapper.snow-red:before {
			top: -50px;
			background: url(../images/snow-red.png) center no-repeat;
		}
		#main-content .wrapper.snow-red:after {
			top: -50px;
			background: url(../images/snow-red.png) center no-repeat;
		}
	.bg-image {
		position: absolute;
	}
		.bg-image.sled {
			top: 100px;
			left: 100px;
		}
		.bg-image.tree {
			bottom: -50px;
			left: 0;
		}
		.bg-image.cup-man {
			right: 10px;
			bottom: 105px;
		}
			.bg-image.cup-man .vote-now {
				font-size: 18px;
				color: #cc1b11;
				position: absolute;
				top: 25px;
			}
	.headline {
		position: relative;
		background: #509f9d; /* Old browsers */
		background: -moz-linear-gradient(top,  #509f9d 0%, #d6d6b4 98%, #faf9f7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#509f9d), color-stop(98%,#d6d6b4), color-stop(100%,#faf9f7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #509f9d 0%,#d6d6b4 98%,#faf9f7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #509f9d 0%,#d6d6b4 98%,#faf9f7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #509f9d 0%,#d6d6b4 98%,#faf9f7 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #509f9d 0%,#d6d6b4 98%,#faf9f7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#509f9d', endColorstr='#faf9f7',GradientType=0 ); /* IE6-9 */
	}
	.socialicon {
		position: absolute;
		top: 20px;
		right: 0;
	}
		.headline h2 img {
			margin-top: 40px;
		}
		.headline h2 span, .headline h3 {
			font: 0/0 serif;
			text-shadow: none;
			color: transparent;
			font-size: 0; /* for IE7/6 */
		}
		.headline .awards-info {
			font-size: 18px;
			text-shadow: -1px 1px 5px rgba(255,255,255, .25);
			padding-bottom: 50px;
		}
			.headline .awards-info h4 {
				font-size: 20px;
				padding: 20px 0 10px;
			}
			.headline .awards-info .cupers {
				margin-bottom: -20px;
				padding-top: 20px;
			}
	#about-awards-vote {
		color: #2b2f33;
		padding: 120px 0 60px;
		background: #faf9f7; /* Old browsers */
		background: -moz-linear-gradient(top, #faf9f7 0%, #dbeceb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf9f7), color-stop(100%,#dbeceb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #faf9f7 0%,#dbeceb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #faf9f7 0%,#dbeceb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #faf9f7 0%,#dbeceb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #faf9f7 0%,#dbeceb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f7', endColorstr='#dbeceb',GradientType=0 ); /* IE6-9 */
	}
		#about-awards-vote #vote-period {
			position: relative;
		}
			#about-awards-vote #vote-period h2 {
				font-size: 32px;
				color: #cc1b11;
				text-shadow: 2px 2px #2b2f33;
				position: absolute;
				top: -16px;
				left: 0;
				right: 0;
			}
		#about-awards-vote .students-voice-wrap, #about-awards-vote .hr {
			padding-bottom: 30px;
		}
		#about-awards-vote .students-voice {
			width: 840px;
			height: 190px;
			margin: 5px auto;
			position: relative;
			border: 4px solid #2b2f33;
			padding: 10px 20px;
		}
		#about-awards-vote .students-voice:before {
			content: "×";
			position: absolute;
			top: 0;
			left: 5px;
			font-size: 18px;
		}
		#about-awards-vote .students-voice:after {
			content: "×";
			position: absolute;
			top: 0;
			right: 5px;
			font-size: 18px;
		}
			#about-awards-vote .students-voice #mask {
				overflow-y: hidden;
				width: 800px;
				height: 160px;
				position: relative;
			}
			#about-awards-vote .students-voice #mask ul#messages {
				top: 0px;
				left: 0px;
				position: absolute;
			}
			#about-awards-vote .students-voice #mask ul li.message {
				width: 100%;
				height: 165px;
				padding: 5px 0;
				list-style: none;
				position: relative;
				text-align: left;
			}
			#about-awards-vote .students-voice #mask ul li.message .lesson-thumb {
				width: 90px;
				height: 100px;
				margin-right: 13px;
				background-color: #ffffff;
				border: 1px solid #cccccc;
				-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
				box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
				filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);
			}
			#about-awards-vote .students-voice #mask ul li.message .lesson-thumb img {
				padding: 7px;
				padding-bottom: 20px;
			}
			#about-awards-vote .students-voice #mask ul li.message .comment {
				width: 690px;
			}
			#about-awards-vote .students-voice #mask ul li.message .comment h4 {
				width: 95%;
				white-space: nowrap;
				overflow: hidden;
				font-size: 21px;
				margin-bottom: 5px;
				text-overflow: ellipsis;
				-o-text-overflow: ellipsis;
				-webkit-text-overflow: ellipsis;
			}
			#about-awards-vote .students-voice #mask ul li.message .comment p {
				color: #2b2f33;
				font-size: 18px;
				height: 105px;
				overflow-y: hidden;
			}
			#about-awards-vote .students-voice #mask ul li.message .comment .date {
				color: #999;
				text-align: right;
			}
			#about-awards-vote .students-voice .no-vote {
				padding: 30px 10px;
				font-size: 24px;
				color: #cc1b11;
				text-align: center;
			}
			#about-awards-vote .students-voice .no-vote h4 {
				font-size: 28px;
				color: #2b2f33;
			}
		#about-awards-vote .vote-info {
			font-size: 18px;
			width: 100%;
			padding-bottom: 20px;
		}
			#about-awards-vote .vote-info h3 {
				font-size: 24px;
				color: #cc1b11;
				text-shadow: 1px 1px #2b2f33;
			}
		#about-awards-vote .vote-info .half-row {
			width: 50%;
			text-align: left;
		}
			#about-awards-vote .vote-info .half-row h3 {
				padding-top: 20px;
			}
			#about-awards-vote .vote-info .half-row img {
				padding-right: 10px;
			}
			#about-awards-vote .vote-info .half-row .date {
				padding-top: 10px;
			}
			#about-awards-vote .vote-info .half-row p {
				padding-left: 85px;
			}
		#about-awards-vote ul {
			padding: 0 2px;
		}
			#about-awards-vote ul.pt25 {
				padding: 25px 12px 0;
			}

.vote-btn-wrap {
	background: url(../images/vote-btn-wrap.png) center no-repeat;
	height: 182px;
	margin: auto;
	margin-bottom: -80px;
}
	.vote-btn-wrap .vote-btn {
		margin-top: 64px;
		font-size: 18px;
		position: relative;
	}
	.vote-btn-wrap a.vote-btn:hover {
		opacity: .95;
	}
	.vote-btn-wrap a.vote-btn img {
		position: absolute;
		left: 15px;
		top: 10px;
	}
#about-awards-vote .btn-wrap {
	padding-top: 20px;
}
/* Announcement */
#past-awesome-award {
	padding-top: 50px;
}
#past-awesome-award a {
	margin: 15px auto;
	display: inline-block;
	-webkit-box-shadow: 0 2px 5px;
	-moz-box-shadow: 0 2px 5px;
	box-shadow: 0 2px 5px;
}
	#past-awesome-award a:hover {
		opacity: .8;
	}
/*:::::::::::::::::::::::*/
#about-awards-vote .notice {
	margin-top: -55px;
}
#students-voice-good {
	width: 810px;
	margin: 10px auto;
}
	#students-voice-good .message {
		width: 100%;
		padding: 25px 0; 
		position: relative;
		text-align: left;
	}
		#students-voice-good .message .left {
			position: absolute;
			top: 5px;
			left: 0;
		}
		#students-voice-good li .tutor_thumb {
			width: 90px;
			height: 100px;
			margin-right: 13px;
			background-color: #ffffff;
			border: 1px solid #cccccc;
			-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
			filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);
		}
			#students-voice-good li .tutor_thumb {
				-moz-transform: rotate(-5deg);
				-webkit-transform: rotate(-5deg);
				transform: rotate(-5deg);
			}
			#students-voice-good li:nth-child(2n) .tutor_thumb {
				-moz-transform: none;
				-webkit-transform: none;
				transform: none;
			}
			#students-voice-good li:nth-child(3n) .tutor_thumb {
				-moz-transform: rotate(3deg);
				-webkit-transform: rotate(3deg);
				transform: rotate(3deg);
			}
			#students-voice-good li:nth-child(5n) .tutor_thumb {
				-moz-transform: scale(1.1);
				-webkit-transform: scale(1.1);
				transform: scale(1.1);
			}
			#students-voice-good .message .tutor_thumb img {
				padding: 7px;
				padding-bottom: 20px;
			}
		#students-voice-good .message .comment {
			width: 740px;
			background-color: #ffffff;
			padding: 10px 20px;
			border: 8px solid #f16e51;
			-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
			filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);
		}
			#students-voice-good .message .comment h4 {
				width: 95%;
				font-size: 21px;
				margin-bottom: 5px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				-o-text-overflow: ellipsis;
				-webkit-text-overflow: ellipsis;
			}
				#students-voice-good .message .comment h4 a {
					color: #464039;
				}
				#students-voice-good .message .comment h4 a:hover {
					color: #ed503b;
				}
			#students-voice-good .message .comment .vote_item {
				padding-bottom: 30px;
				position: relative;
			}
			#students-voice-good .message .comment .vote_item:after {
				content: "";
				background: url(../../resources/images/hr-line04.png) center no-repeat;
				width: 100%;
				height: 30px;
				position: absolute;
				}
				#students-voice-good .message .comment .vote_item:last-child:after {
					background: url(../../resources/images/hr-line05.png) center no-repeat;
				}
			#students-voice-good .message .comment .vote_item a {
				font-size: 18px;
			}
			#students-voice-good .message .comment .lesson_thumb {
				width: 30px;
				border: 2px solid #ffffff;
			}
			#students-voice-good .message .comment p {
				color: #4c4c4c;
				font-size: 18px;
			}
			#students-voice-good .message .comment .date {
				color: #999;
				text-align: right;
			}
			#students-voice-good .message .comment .hr_line {
				text-align: center;
			}
		#students-voice-good .message .stick {
			position: absolute;
			right: -95px;
			bottom: -20px;
		}
		div.fb-like{
    position: relative;
    top: -4px;
}