.lbbkg 
	{
	position:absolute;
	left:100px;
	top:50%;
	}

.lblogo 
	{
	position:absolute;
	left:100px;
	top:100px;
	}
	
main { height:800px; width:800px; }

.lblinks
{
	font-family: Didot;
	font-size: small;
	color:black;
	padding-top:250px;
	height:200px;
	width:700px;
	text-align:center;
	}
a:link {
       text-decoration: none;
       color: black;
}
a:visited {
       text-decoration: none;
       color: black;
}
a:hover {
       text-decoration: none;
       color: black;
}

