div.body {
	margin: auto;
	background-image: url("img/frontpana0a.jpg");
	background-color: grey;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 1px;
}

div.main {
	background-color: white; 
	opacity: 0.7;
	// margin: auto;

	border-style: ridge;
	border-width: 5px;
	text-align: center;
	width: 50%;

	position: absolute;
	bottom: 0px;
	// left: 100px;
	// height: 200px;
}


div.table {
	background-color: white; 
	opacity: 0.7;
	width: 98%;
	position: absolute;
	bottom: 10px;
}

table.contact {
	border-style: none;
	border-width: 5px;
}
