@charset "utf-8";
/* CSS Document */
.project{
	width:185px;
	height:201px;
	background-image:url(../images/project.png);
	position:fixed;
	right:0;
	bottom:60px;
	display:block;
	cursor:pointer;
        z-index:999999;
}