body {
	background: #bdbfc3 url(../../img/index/index_bg.jpg) repeat-x;
}

/* CONTAINER */

#container{
	width: 1024px;
	margin: 0 auto;
}

/* HEADER */

#container #header{
	height: 90px;
}

#container #header .logo{
	float: left;
	width: 158px;
	height: 47px;
	margin-left: 50px;
	margin-top: 21px;
}


/* LEADERBOARD */

#container #leaderboard{
	clear: both;
	background: transparent url(../../img/index/index_leaderboard.jpg) no-repeat;
	height: 281px;
	margin-top: 0px;
}

#container #leaderboard .avatar{
	width: 333px;
	padding-top: 43px;
	padding-left: 107px;
	float:left;
}

#container #leaderboard .intro{
	float:left;
	margin-left: 20px;
	margin-top: 70px;
	width: 520px;
}

/* CONTENT */

#content{
	clear: both;
	background: transparent url(../../img/index/index_content_bg.jpg) no-repeat;
	padding-top: 25px;
}

/* CLIENT LIST */

#content .clientList{
	clear: both;
	width: 944px;
	height: 135px;
	background: #FFF url(../../img/index/clients_list_bg.jpg) no-repeat;
	margin-left: 42px;
}

#content .clientList h2{
	padding-top: 55px;
	padding-left: 15px;
	float:left;
}

#content .clientList ul.brands{
	float:right;
	padding-top: 35px;
	padding-right: 55px;
}

#content .clientList ul.brands li{
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
}