/*LAYOUT CSS*/
#home_page_section_c {
    float: right;
	width: 49.5%;
	margin: 38px 0 32px;
}
#is_premium_user #home_page_section_c{
	display: none;
}

#home_page_section_g,
#home_page_section_i {
    overflow: hidden;
	clear: both;
}

#home_page_section_i {
	margin-bottom: 30px;
}

/*CONTENT CSS*/
.home-title {
	font-size: 20px;
	color: #7a7a7a;
}
.home-title a {
	color: #eee;
}
