@charset "utf-8";
body {
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.live{
	position:relative;
	width:100%;
	height:120px;
	padding:30px 10px 20px 30px;
}
.live h3{
	font-size:32px;
	text-align:justify;
	text-transform:uppercase;
	font-family:'exodemi_bold', Geneva, sans-serif;
	color:#21CBBB;
}
.live h4{
	font-size:22px;
	font-family:'exodemi_bold', Geneva, sans-serif;
	color:#333333;
}
.live h5{
	font-size:16px;
	font-family:'exodemi_bold', Geneva, sans-serif;
	color:#666666;
}