html, body {
	height: 100%;
	font-family: Arial;
	margin: 0;
}

body{
	background-image: url('../images/Nesf.png');
	background-size: 100%;
}

#audioInfo {
	font-size: 14pt;
}

#main{
/*	width: 100%;*/
	position: relative;
	width: 100%;
	height: 100vh;
	
}

/*#woman{
	width: 100%;
}*/

#playButton{
	display: inline-block;
	padding: 10px;
}

#pauseButton{
	display: inline-block;
	padding:10px;

}

#stopButton{
	display: inline-block;
	padding: 10px;
}

#allButtons{
	position: relative;
	top: 80%;
	width: 250px;
    margin: 0 auto;

}

#playOne{
	width: 37px;
/*	left: 50%;
	position: absolute;
	top: 0;*/
}

#playTwo{
	width: 37px;
/*	left: 50%;
	position: absolute;
	top: 0;*/
	display: none;
}

#pauseOne{
    height: 60px;
/*	left: 45%;
	position: absolute;
	top: 0;
*/
}

#pauseTwo{
	height: 60px;
/*	left: 45%;
	position: absolute;
	top: 0;*/
	display: none;
}

#stopOne{
    height: 60px;
/*	left: 55%;
	position: absolute;
	top: 0;*/
}

#stopTwo{
	height: 60px;
/*	left: 55%;
	position: absolute;
	top: 0;*/
	display: none;
}