/* CSS Document */

body{
background-color:#000;
}

a, a:hover, a:visited,a:active{
	color:#fff;
	font-style:normal;
	text-decoration:none;
}

p{
margin:0px;
}

.portal_link, a.portal_link{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	font-family:Arial;
	font-size:8pt;
	margin:0px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:0px;
}

.portal_link:hover, a.portal_link:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	color:#FFFFFF;
}

.sponsor_image_link, a.sponsor_image_link{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}

.sponsor_image_link:hover, a.sponsor_image_link:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}

img{
	border:none;
	}
	
/* Sponsorlayer */

#sponsor1{
	position:absolute;
	width:179px;
	height:92px;
	}
