@charset "utf-8";
/* CSS Document */
#fotter{
width:960px;
height:28px;
margin:20px 0 0 0;
padding:0px;
background-color:#c4c4c4;
}

#fotter .leftpic{
float:left;
background:url(../images/bot-leftarc.png) no-repeat left top;
height:28px;
margin:0px;
padding:8px 0 0px 24px;
color:#999999;
}

#fotter .rightpic{
float:right;
background:url(../images/bot-rightarc.png) no-repeat right top;
height:28px;
margin:0px;
padding:8px 15px 0px 0px;
color:#999999;
position:relative;
}

/*.............................*/

.pictweet{
	position:absolute;
	background:url(../images/newtweet.png) no-repeat 0 0 transparent;
	height:30px;
	width:50px;
	top:-30px;
	left: 2px;
}




.pictweet:hover{

background:url(../images/newtweet.png) no-repeat 0 100% transparent;

}


.mail{
	position:absolute;
	background:url(../images/mailicon.png) no-repeat 0 0 transparent;
	height:44px;
	width:37px;
	top:-37px;
	right: 237px;
}

.mail:hover{
background:url(../images/mailicon.png) no-repeat 0 100% transparent;
}



/*.....................................*/


.facebook{
	position:absolute;
	background:url(../images/facebook.png) no-repeat 0 0 transparent;
	height:48px;
	width:53px;
	top:-42px;
	right: 164px;
}

.facebook:hover{
background:url(../images/facebook.png) no-repeat 0 100% transparent;
}

