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

#logo{
	position:absolute; 
	width:200px; 
	height:62px; 
	top:0px; 
	bottom:0px;
	right:100px; 
	text-align:center;     
	color:#FFF;
}
span { text-align:left; padding-left:15px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
body {background: #000 url(images/wiracles.jpg) fixed center center;}
#sound{position:absolute; left:0px; bottom:0px; width:20px; height:20px; background-color:#FFF;}

.topmenu{
	position:absolute;
	top:0px;
	width:255px;
	height:52px;
	cursor:pointer;
	/*float:left;
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
	background-color:#000;*/ 
}

.round_top{	
	background-image:url(images/round_top.png);
	background-position:top;
	width:255px;
	height:25px;
}

.round_bottom{	
	background-image:url(images/round_bottom.png);
	background-position:bottom;
	width:255px;
	height:25px;
}

.content{
	background:#000000;
	width:255px;
	height:70%;
}

.container{
	position:absolute;
	bottom:0px;
	width:255px;
	height:80%;
	vertical-align:bottom;
	display:none;
}

#wwdo, #wwdo_c{
	left:70px;
}

#wwdid, #wwdid_c{
	left:375px;
}

#hus, #hus_c{
	left:680px;
}

a:link{
    color:#FFF;
    text-decoration: none;
}

a:visited{
    color:#BFB5B3;
    text-decoration: none;  
}