@charset "utf-8";
/* CSS Document */

#fblike
{
	position:fixed;
	right: 1%;
	top: 35%;
	width: 40px;
	height: 76px;
	
}
#fblike:hover
{
	position:fixed;
	right: 1.07%;
	top: 35%;
	width: 40px;
	height: 76px;
	
	cursor:pointer;
}
#facebook
{
	position:fixed;left: 1%;top: 35%;width: 40px;height: 35px;background:url(../images/Face-book-icon.png) no-repeat;
}
#facebook:hover
{
	position:fixed;left: 1.07%;top: 35%;width: 40px;height: 35px;background:url(../images/Face-book-icon.png) no-repeat;cursor:pointer;
}

#twitter
{
	position:fixed;left: 1%;top: 42%;width: 40px;height: 35px;background:url(../images/twittet-Icon.png) no-repeat;
}
#twitter:hover
{
	position:fixed;left: 1.07%;top: 42%;width: 40px;height: 35px;background:url(../images/twittet-Icon.png) no-repeat;cursor:pointer;
}