/*
 * How to hear a sentence CSS
 */
html {
	overflow: hidden;
}

body {
	background-color: #FDFDF0;
	background-image: url("../../images/paper.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	width: 100%;
}

.blackBox {
	background-color: black;
	position:relative;
	z-index:0;
}

.sentence {
	color:#000000;
	font-family:"Arial";
	font-size:15pt;
	position:absolute;
	width:100px;
	z-index:1;
}


.inference {
	color:#000000;
	font-family:"Helvetica";
	font-size:18pt;
	position:absolute;
	z-index:1;
	margin-top:-30px;
}

.keyword {
	padding:3px;
}

.articleWord {
	font-weight:bold;
	color:red;	
}

#popUp {
	display:none;
}

#wrapper {
	position:absolute;
	top:-300px;
}

.bufferingText {
	color:#DB2929;
}

.popUpClose {
	background-color:red;
	position:relative;
	width:100%;
	height:30px;
}
