.portallogocontainer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 380px;
	height: 200px;
	margin-left: 0px;
	margin-top: -175px;
	text-align: right;
}
.portalmenucontainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 380px;
	height: 120px;
	margin: 0px;
	margin-left: -380px;
	margin-top: -200px;
	padding: 0px;
	border-style: none;
	border-width: 1px;
}

