#start_bubbles {
	position: relative;
	width: 600px;
	height: 300px;
	margin-top: -50px;
}

	#start_bubbles a {
		display: block;
		position: absolute;
		color: #000;
		text-decoration: none;
		text-indent: -999em;
		cursor: pointer ! important;
	}

	#faqs {
		left: 201px;
		top: 64px;
		width: 119px;
		height: 120px;
		background: url(images/start_faqs_0.png) left top no-repeat;
	}
	#faqs:hover {
		background: url(images/start_faqs_1.png) left top no-repeat;
	}


	#training {
		left: 126px;
		top: 140px;
		width: 98px;
		height: 98px;
		background: url(images/start_training_0.png) left top no-repeat;
	}
	#training:hover {
		background: url(images/start_training_1.png) left top no-repeat;
	}


	#contact {
		left: 301px;
		top: 131px;
		width: 98px;
		height: 98px;
		background: url(images/start_contact_0.png) left top no-repeat;
	}
	#contact:hover {
		background: url(images/start_contact_1.png) left top no-repeat;
	}

	#find {
		left: 377px;
		top: 91px;
		width: 71px;
		height: 72px;
		background: url(images/start_find_0.png) left top no-repeat;
	}
	#find:hover {
		background: url(images/start_find_1.png) left top no-repeat;
	}
