@charset "UTF-8";
#image {
	height: 306px;
	width: 239px;
	background-color: transparent;
	background-image: url(images/lizard.png);
	position: absolute;
	background-repeat: no-repeat;
	left: 745px;
	z-index: 1;
	visibility: visible;
	}
#mainContent {
	padding-right: 10px;
	padding-bottom: 60px;
}
#mainContent a:hover {
	border-bottom: none;
}

#mainContent img {
	border: 1px solid #999999;
	margin: 0 15px 15px 0;
}
