#container{
	background: url('../images/fond.jpg') repeat-x;
	height: 660px;
	width: 100%;

}
#imgBackground{
	background: url('../images/bg-image.png') no-repeat;
	width: 960px;
	height: 660px;
	margin: 0 auto;
	position: relative;	
}
#border{
	border-top: 4px solid #71D0F3;
}
#menu{
	background: url('../images/nav.png') no-repeat;
	width: 960px;
	height: 660px;
	margin: 0 auto;
}
#friends, #mail, #facebook{
	-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
transition: all 0.1s ease;
text-indent: -9999px;
}
#friends{
	background: url('../images/sprite.png') no-repeat 0 0;
	width: 31px;
	height: 35px;
	position: absolute;
	top: 408px;
	right: 134px;
}
#mail{
	background: url('../images/sprite.png') no-repeat -45px 0px;
	width: 31px;
	height: 35px;
	position: absolute;
	top: 408px;
	right: 92px;
}
#facebook{
	background: url('../images/sprite.png') no-repeat -90px 0;
	width: 31px;
	height: 35px;
	position: absolute;
	top: 408px;
	right: 50px;
}
#friends:hover{
	background: url('../images/sprite.png') no-repeat 0 -45px;
}
#mail:hover{
	background: url('../images/sprite.png') no-repeat -45px -45px;
}
#facebook:hover{
	background: url('../images/sprite.png') no-repeat -90px -45px;
}