body, html {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	color: black;
}

.oplogo {
	position: absolute;
	margin-left: -185px;
	bottom: 40%;
	left: 50%;
	padding: 10px;
}

.ologo {
	position: absolute;
	margin-left: -60px;
	bottom: 0;
	left: 50%;
	padding: 10px;
}

.pntext {
	text-align: center;
	width: 300px;
	position: absolute;
	margin-left: -150px;
	bottom: 30%;
	left: 50%;
	padding: 10px;

}

.pnimg {
	text-align: center;
	width: 340px;
	position: absolute;
	margin-left: -170px;
	bottom: 15%;
	left: 50%;
	padding: 10px;
}

.vc {
	position: absolute;
	bottom: 50%;
	left: 50%;
	height: 600px;
	width: 600px;
	margin-left: -300px;
	margin-bottom: -300px;
}
.hc {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	width: 600px;
}

.sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bot {
	margin-bottom: 60px;
}