#facebook a, #twitter a {
	position: fixed;
	top:480px;


}
#facebook a {
		right:0
}
*html #facebook a , *html  #twitter a{
	  position: absolute;	
}

#facebook a:hover {
	right:05px
}
#twitter a {
	left:0
}
#twitter  a:hover{
		left:05px
}

