.main-p {
	color:#000000;
	font-family: Arial;
	font-size: 80px;
	float: left;
	z-index: 100;
}

.test-div{
	width: 100px;
	height: 100px;
	background-color: orange;
	padding: 200px 0 0 200px;
	float: right;
	z-index: 50;
	border: blue solid 10px;
	display: none ;
	visibility: hidden;
}


.test2-div{
	width: 100px;
	height: 100px;
	background-color:green;
	padding: 200px 0 0 200px;
}

