body {
	margin:0px;
	padding:0px;
	background-color:#3F0050;	
}
.but1 {
	display:block;
	width:201px;
	height:209px;
	text-decoration:none;
}
	.but1 img {display:block;}
	.but1 span {
		display:block;
		cursor:pointer;
		width:201px;
		height:29px;
		line-height:29px;
		font-family:Tahoma, serif; font-size:11px; font-weight:bold; color:#000;
		text-decoration:none;
		text-align:center;
		text-transform:uppercase;
		background-image:url(img/but1.gif);
	}
	.but1:hover {text-decoration:underline;}
		.but1:hover span {text-decoration:underline; color:#FF0000;}
		
.but2 {
	display:block;
	width:173px;
	height:197px;
	text-decoration:none;
}
	.but2 img {display:block;}
	.but2 span {
		display:block;
		cursor:pointer;
		width:149px;
		height:29px;
		line-height:29px;
		font-family:Tahoma, serif; font-size:11px; font-weight:bold; color:#000;
		text-decoration:none;
		text-align:left;
		padding-left:24px;
		text-transform:uppercase;
		background-image:url(img/but2.gif);
	}
	.but2:hover {text-decoration:underline;}
		.but2:hover span {text-decoration:underline; color:#FF0000;}		

.but3 {
	display:block;
	width:206px;
	height:197px;
	text-decoration:none;
}
	.but3 img {display:block;}
	.but3 span {
		display:block;
		cursor:pointer;
		width:199px;
		height:29px;
		line-height:29px;
		font-family:Tahoma, serif; font-size:11px; font-weight:bold; color:#000;
		text-decoration:none;
		text-align:center;
		text-transform:uppercase;
		background-image:url(img/but3.gif);
	}
	.but3:hover {text-decoration:underline;}
		.but3:hover span {text-decoration:underline; color:#FF0000;}

.but4 {
	display:block;
	width:196px;
	height:197px;
	text-decoration:none;
}
	.but4 img {display:block;}
	.but4 span {
		display:block;
		cursor:pointer;
		width:196px;
		height:29px;
		line-height:29px;
		font-family:Tahoma, serif; font-size:11px; font-weight:bold; color:#000;
		text-decoration:none;
		text-align:center;
		text-transform:uppercase;
		background-image:url(img/but4.gif);
	}
	.but4:hover {text-decoration:underline;}
		.but4:hover span {text-decoration:underline; color:#FF0000;}				
