@charset "utf-8";
/* CSS Document */

div#buttonface{
	margin: 30px 0px 30px 0px;
	width:64px;
	height:64px;
	float:left;
	background:url("../images/facebook.png");
}
div#buttongoogle{
	margin: 30px 0px 30px 10px;
	width:64px;
	height:64px;
	float:left;
	background:url("../images/google.png");
}
div#buttontwitter{
	margin: 30px 0px 30px 10px;
	width:64px;
	height:64px;
	float:left;
	background:url("../images/twitter.png");
}