@font-face { 
	font-family: Shrikhand; src: url(/font/Shrikhand-Regular.ttf); 
}
BODY { 
	text-align: center; 
	font-family: Shrikhand, arial; 
	background-color: #000; 
	color: #000; 
	margin: 0;
}
.center-div { 
	position: absolute; 
	margin: auto; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	width: 300px; 
	height: 260px; 
}
.center-div { 
	padding: 20px;  
	color: #fff;  
	background-color: #000; 
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	border: 1px solid #000; 
} 
.center-div { 
	border-radius: 20px; 
}
#visuals { 
	position: fixed; 
	right: 0; 
	bottom: 0; 
	min-width: 100%; 
	min-height: 100%; 
}
.content { 
	bottom: 0; 
	background: rgba(0,0,0,0.5); 
	width: 100%; 
}
audio { 
	width: 300px; 
}
.flag {
	position: absolute;
	float: right;
	right: 0px;
	bottom: 0px;
	z-index: 2;
        opacity: 0.6;
        filter: alpha(opacity=60);
	margin-right: 5px;
	margin-bottom: 3px;
}
a {
	text-decoration: none;
	color: #fff;	
}

