@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	width:100%;
	height:100%;
	font-size:12px;
	color:#CCCCCC;
	font-weight:normal;
	background-image:url(/images/back_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
/* links */
a:link {
	color:#0033CC;
	text-decoration:none;
}
a:visited {
	color:#0033CC;
	text-decoration:none;
}
a:hover {
	color:#003399;
	text-decoration:none;
}
/* background fixed div */
#bgd {
	position:fixed;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-image:url(/images/back.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#container {
	z-index:100;
	width:100%;
	text-align:center;
}
#logo {
	padding: 30px 0px 40px 0px;
}
#content {
	text-align:center;
	width:100%;
	height:100%;
}
/* mp3 player */
#player {
	position:fixed;
	bottom:0px;
	left:0px;
	padding:0px 5px;
	background-color:#333333;
	border-top:1px solid #666;
	color:#FFFFFF;
	font-size:10px;
	width:100%;
	text-align:left;
}
#player table {
	margin:0px;
	padding:0px;
	text-align:left;
} 
.transparent {
	filter:alpha(opacity=40);   
	-moz-opacity: 0.4;   
	opacity: 0.4; 
	padding:10px 0px; 
	background-color:#FFFFFF;
	height:100%;
}