@charset "utf-8";
a.noborder, img.noborder { border:0px; }

.about {
width: 245px;
height: 194px;
float:left;
background: url(aboutme.jpg) no-repeat bottom left;

}
.about a {
display: block;
width: 245px;
height: 194px;
background: url(aboutme.jpg) no-repeat top left;
}
.about a:hover {
background-position: bottom left;
}



