/* CSS Document */
.Powerpoints{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:20px;
	height:170px;
	z-index:1;
	background-image:url(Images/Presentations/Powerpoints_Link.png);
	background-position:center;
	background-repeat:no-repeat;
}
/*.Powerpoints:hover{
	background-image:url(Images/Presentations/Powerpoints_Link_Over.png);
}*/

