@charset "utf-8";
/* CSS Document */

#floadBox_background{
	//background-color:#0F0;
//	filter:alpha(opacity=0);-moz-opacity:.00;opacity:.00;
//	position:absolute;
//	left:0px;
//	top:0px;
//	width:100%;
//	height:100%;
}
.floatBox_foreground{

	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	position:absolute;
	left:25%;
	top:25%;
	width:500px;
	height:500px;
	background-color:#FFF;
}
.floatBox_content{

}
a
{
	color:#00C;
	text-decoration:underline;
}
.link
{
	color:#00C;
	text-decoration:underline;
}
a:link
{
	color:#00C;
	text-decoration:underline;
}
a:visited
{
	color:#00C;
	text-decoration:underline;
}
a:hover
{
	color:#900;
	text-decoration:underline;
}

