.main-p {
	color:#000000;
	font-family: Arial;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	font-style: italic;
	z-index: 100 ;
}
.main-a {
	color:#ff0000;
	font-family: Arial;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	float: center;
}

.main-b {
	color:#00ff00;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: right;
}
.test-div{
	width: 100px;
	height: 100px;
	background-color: aquamarine;
	padding: 20px 0 0 20px;
	z-index:1000;
}


.test2-div{
	width: 100px;
	height: 100px;
	background-color:#0000ff;
	padding: 20px 0 0 20px;
}

