@CHARSET "ISO-8859-1";

body{
	font-family: Arial, Helvetica, sans-serif;
}

#site{
	width: 800px;
	margin: 20px auto;
}

#site h1{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase; 
}

#paper{
	width: 800px;
	height: 500px;
	background-image: url(../img/background.png);
	position: relative;
}

#hits{
	font-weight: bold;
	font-variant: normal;
	position: absolute;
	bottom:20px;
	right: 20px;
	margin: 0px;
	font-size: 12px;
	color: #bfbfbf;
}



.screen{
	background-color: rgba(255, 255, 255, 0.8);
    color: #333;

    font-size: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 800px;
    padding:50px 0;
}

#start{

}

.singleLine{
	height: 140px;
	line-height: 140px;
	padding: 0px;
}

#pause{
	display: none;
}

#end{
	display: none;
} 
	#end p{
		margin:0px;
		padding: 0px;
	}

.small{
	font-size: 12px;
}
