﻿.floatingHolder {
	position: absolute;
	width: 200px;
	height: 300px;
	background-image: url('../img/csa03.png');
	background-repeat: no-repeat;
}
.floatingHolderRight {
	position: absolute;
	width: 200px;
	height: 300px;
	background-image: url('../img/csa04.png');
	background-repeat: no-repeat;
}
