#content {
    margin: 0 0 100px 0;
    width: 100%;
}

.container {
    margin: 0 auto;
		width: 980px;
}

#intro {
    padding-top: 40px;
		background: url('http://s3.amazonaws.com/liguesca_production/static/1355880522/img/bg_top_league.png') top left repeat;
}
#intro .container {
    position: relative;
    height: 500px;
		background: url('http://s3.amazonaws.com/liguesca_production/static/1355880522/img/home/slide.png') center bottom no-repeat;
		color: #FFF;
}
#intro h1 {
    margin-bottom: 10px;
		font-size: 260%;
		text-align: center;
}
#intro p#desc {
    text-align: center;
		font-size: 140%;
}
#intro #learn-more, #intro #add {
	  position: absolute;
		top: 120px;
		padding: 12px 20px;
		width: 200px;
		text-align: center;
		line-height: 14px;
		text-transform: uppercase;
		border-radius: 4px;
		color: #FFF;
		text-decoration: none;
}
#intro #learn-more {
	  left: 235px;		
    background-color: #3CB201;
}
#intro #learn-more:hover {
		background-color: #226600;
}
#intro #add {
		right: 235px;
		width: 200px;
		background-color: #99CC00;
}
#intro #add:hover {
    background-color: #698C01;		
}

#intro div {
    position: absolute;
		bottom: 0; right: 0;
}

#quote {
		margin: 60px 0;
		padding: 20px 10px;
		color: #666;
		background: rgba(0,0,0,0.1);
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
}
#quote blockquote {
    font-size: 160%;
		color: #333;
		text-align: center;
}
#quote span {
    padding: 0 4px;
}

#features {
    overflow: hidden;
		margin-top: 60px;
}
#features li {
    float: left;
  	margin: 0 40px 20px 0;
  	padding: 20px 0 0 0;
  	width: 300px;
  	min-height: 100px;
  	color: #999;
}
#features li span {
    float: left;
		display: block;
		width: 73px;
		height: 73px;
    background: url('http://s3.amazonaws.com/liguesca_production/static/1355880522/img/home/features.png') top left no-repeat;	
}
#features li h3 {
    margin: 10px 0 10px 90px;
  	font-size: 140%;
  	font-weight: bold;
  	color: #333;
}
#features li p {
    margin: 0 0 0 90px;
  	width: 210px;
  	font-size: 120%;
}
#feature_location span {
    background-position: -219px 0px !important;
}
#feature_stats span {
    background-position: -365px 0px !important;
}
#feature_discuss {
    margin-right: 0 !important;
}		
#feature_discuss span {
    background-position: 0px 0px !important;
}
#feature_events span {
    background-position: -146px 0px !important;
}
#feature_media span {
    background-position: -292px 0px !important;
}
#feature_new {
    margin-right: 0 !important;
}		
#feature_new span {
    background-position: -73px 0px !important;
}

#features-more {
    margin-bottom: 100px;
		padding-top: 40px;
    background: url('http://s3.amazonaws.com/liguesca_production/static/1355880522/img/divider.gif') left 47px no-repeat transparent;
		text-align: center;
}
#features-more a {
    padding: 12px 16px;
		background-color: #F2F2F2;
		border-radius: 4px;
    color: #333;
		text-transform: uppercase;
		text-decoration: none;
}
#features-more a:hover {
    background-color: #DDD;
}

#subfeatures {
    margin-top: 80px;
		overflow: hidden;
}
#subfeatures li {
    float: left;
		margin-right: 20px;
		text-align: center;
		font-size: 120%;
}
#subfeatures li#partner {
    margin-right: 0;
}
#subfeatures li a {
    display: block;
		padding: 10px;
		width: 210px;
		height: 100px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		color: #FFF;
		text-decoration: none;
}
#subfeatures li#partner a {
    background-color: #F2F2F2;
}
#subfeatures li#partner a:hover {
    background-color: #DDD;
}
#subfeatures li#blog a {
    background: url('http://s3.amazonaws.com/liguesca_production/static/1355880522/img/home/feed.png') center 60px no-repeat #EF5931;
		background-color: rgba(239, 89, 49, 1);
}
#subfeatures li#blog a:hover {
    background-color: rgba(239, 89, 49, 0.9);
}
#subfeatures li#twitter a {
    background: url('http://s3.amazonaws.com/liguesca_production/static/1355880522/img/home/twitter.png') center 60px no-repeat #5599BB;
		background-color: rgba(85, 153, 187, 1);
}
#subfeatures li#twitter a:hover {
    background-color: rgba(85, 153, 187, 0.9);
}
#subfeatures li#fb a {
    background: url('http://s3.amazonaws.com/liguesca_production/static/1355880522/img/home/facebook.png') center 60px no-repeat #3B5998;
		background-color: rgba(59, 89, 152, 1);
}
#subfeatures li#fb a:hover {
    background-color: rgba(59, 89, 152, 0.9);
}
