	.imagePlace_title {
	position:absolute;
	left:50px;
	top:200px;
	height:225px;
	width:300px;
	}
		
	.imagePlace1 {
	position:absolute;
	left:375px;
	top:280px;
	overflow: hidden;
	height: 30px;
	width: 240px;
	}
	
	a:link.imagePlace1  {
	background-image: url('images/beautiful.png');
	}

	a:hover.imagePlace1  {
	background-image: url('images/beautiful.png');
	background-position: -240px;
	}
	
	a:active.imagePlace1  {
	background-image: url('images/beautiful.png');
	background-position: -240px;
	}
	
	a:visited.imagePlace1  {
	background-image: url('images/beautiful.png');
	}
	
	a:visited:hover.imagePlace1  {
	background-image: url('images/beautiful.png');
	background-position: -240px;
	}
	
	
	.imagePlace2 {
	position:absolute;
	left:375px;
	top:320px;
	overflow: hidden;
	height: 30px;
	width: 320px;
	}
	
	a:link.imagePlace2  {
	background-image: url('images/javascript_art.png');
	}

	a:hover.imagePlace2  {
	background-image: url('images/javascript_art.png');
	background-position: -320px;
	}
	
	a:active.imagePlace2  {
	background-image: url('images/javascript_art.png');
	background-position: -320px;
	}
	
	a:visited.imagePlace2  {
	background-image: url('images/javascript_art.png');
	}
	
	a:visited:hover.imagePlace2  {
	background-image: url('images/javascript_art.png');
	background-position: -320px;
	}


	.imagePlace3 {
	position:absolute;
	left:375px;
	top:360px;
	overflow: hidden;
	height: 30px;
	width: 230px;
	}
	
	a:link.imagePlace3  {
	background-image: url('images/dog_vision.png');
	}

	a:hover.imagePlace3  {
	background-image: url('images/dog_vision.png');
	background-position: -230px;
	}
	
	a:active.imagePlace3  {
	background-image: url('images/dog_vision.png');
	background-position: -230px;
	}
	
	a:visited.imagePlace3  {
	background-image: url('images/dog_vision.png');
	}
	
	a:visited:hover.imagePlace3  {
	background-image: url('images/dog_vision.png');
	background-position: -230px;
	}
