html {
	margin: 0px;
	padding: 0px;
	}


body
    {
	margin: 0px; 
	padding: 0px;
    overflow:hidden;
	font: normal 11px tahoma;
	color:#4c5355;
	}
	
h1
{ 
	margin-top: 0px; 
}

#intro
{
	 position:absolute;
	 left:50%;
	 top:44%;
	 margin-left:-150px;
	 width: 300px; 
	 height: 173px;
	 background: ;
	 float:left;
}

#intro h1
{
	margin-top: 0px;
	width: 300px; 
	height: 71px; 
	background:  url(intro.jpg) no-repeat;	
}

#intro h1 span
{
	display:none;
}

#intro p
{
	margin-left:0px;
	margin-top: 50px;
	float   : left;
	width: 300px; 
	height: 73px;
	background:;
	text-align:center;
}



:link    {  font-family: Tahoma; font-size: 11px; font-style: normal; color: #4c5355; text-decoration: none; font-weight: normal;}
:visited {  font-family: Tahoma; font-size: 11px; font-weight:normal; font-style: normal; color: #4c5355; text-decoration: none; }
:hover   {  font-family: Tahoma; font-weight: normal; font-size: 11px; text-decoration: underline; color: #4c5355; }



