body{
	margin:0;
	padding:0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none; 
	-moz-user-select: none;
	-webkit-user-drag: none;
	font-family: 'lemon';
}
#title{
	width:300px;
	height:90px;
	line-height: 90px;
	font-size: 38px;
	font-family: 'lemon';
	margin: auto;
	text-align: center;
}

#clickDiv{
	width:400px;
	height:400px;
	cursor: pointer;
	background: url("imgs/outline.png");
	background-size: 100% 100%;
	margin:auto;
	position: relative;
	z-index: 9999;
}
.catDiv{
	width:400px;
	height:400px;
	cursor: pointer;
	background: url("imgs/cat1.jpg");
	background-size: 100% 100%;
	margin:auto;
	position: absolute;
	top:0;
	left: 0;
		z-index: 9;
}
#kittyPhoto{
	width:100%;
	height:100%;
	background: url('imgs/outline.png');
	background-size: 100% 100%;
	position:relative;
	z-index: 999999999999;
}
#rightBar{
	position: fixed;
	top:0;
	right:0;
	width:300px;
}
.crazy{
	width:100px;
	height:100px;
	border-radius: 50%;
	position: fixed;
}
#score{
	text-align: center;
	width:100%;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	font-family: 'lemon';
}
.option{
	width:280px;
	margin: 10px;
	height:50px;
	text-align: center;
	background-color: #DDDDDD;
	cursor: pointer;
}
.left{
	width:45%;
	margin-left: 4%;
	height:100%;
	line-height: 50px;
	text-align: left;
	float: left;
}
.right{
	width:45%;
	margin-right: 4%;
	height:100%;
	line-height: 50px;
	text-align: right;
	float: left;
	color:#666666;
}
#about{
	width:700px;
	text-align: center;

	font-size: 18px;
	margin: auto;
	margin-top: 25px;
	font-family: 'Arial'
}
#end{

	width:700px;
	text-align: center;

	font-size: 18px;
	margin: auto;
	margin-top: 25px;
	font-family: 'Arial';

}
#adSpot{
	position: fixed;
	left: 0;
	top: 125px;
}
#mute{
	position: fixed;
	z-index: 9999999999;
	top: 0;
	left: 0;
	cursor: pointer;
}
#return{
	width:100px;
	color:#666666;
	font-size: 22px;
	text-align: center;
	margin: auto;
	margin-top: 25px;
	cursor: pointer;
	font-family: 'lemon';
}
#aboutFull{
	width:100%;
	background-color: #ffffff;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999999999999999;
}
#endFull{
	width:100%;
	background-color: #ffffff;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999999999999999;
}
.googlePleaseRead{
	display:none;
}
#aboutButton{
	position: fixed;
	z-index: 999999;
	left:0;
	width:100px;
	height:60px;
	line-height: 60px;
	cursor: pointer;
	font-size: 20px;
	margin-left: 5px;
}
#scoreHolder{
	width:100%;
	height:200px;
}
#scoreTitle{
	margin-top: 25px;
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-family: 'lemon';
}
@font-face {
    font-family: 'lemon';
    src: url('LemonMilk.otf');
}