body
	{
	background:url('img/tlo.jpg');
	font-family:Tahoma;
	font-size:11px;
	}

#intro
    {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 520px;
    height: 320px;
    margin-left: -260px; /* half of width */
    margin-top: -270px;  /* half of height */
    }
	
#intro address
	{
	font-style:normal;
	text-align:center;
	}
	
#intro a 
	{
	font-size: 100%;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #336699;
	}
	
#intro a:hover
	{
	color:#0099FF;
	}

#intro p 
	{
	font-size:100%;
	color:#336699;
	text-align:center;
	}
	
#intro h1 
	{
	color:#336699;
	text-align:center;
	font: italic normal 200% georgia, "New Roman Times",serif;
	}
