*{

	margin:0;
	padding: 0;


}
.startPage{
	width:100%;
	z-index:999;
	height:800px;
	position: absolute;
	top:0;
	left:0;
/*
   display:none;*/

}

.startBtn{
	background-image: url('img/startGame.png');
	height:170px;
	width: 200px;
	background-size: 100% 100%;
	cursor:pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

}


.wrapper{

    width:100%;
	 
	height:800px;
	background-image: url('img/bg.jpg');
	background-size:100% 100% ;
	position: relative;
 
 
}

	.left-side{
	width: 24%;
	position: absolute;
	height: 800px;
	/*border-right: 1px solid black;*/



	}
.left-side img{
	display: none;
	margin-left:50px;

 

}


.main{
 	position: absolute;
 	left: 25%;
 	width: 50%;
 	height: 90%;
/*border: 1px solid black;*/




}

.header{
	width: 100%;
	height: 160px;
	text-align:center;
/*border: 1px solid black;*/


}
.score{


line-height: 40px;
color: #ddd;
font-size:20px;
font-weight: bolder;

}


#word{


line-height: 40px;
color: #ddd;
font-size:20px;
font-weight: bolder;

}
.content{
	position: absolute;
	width: 79.5%;
	height: 36.5%;
	left: 10%;
	top: 34%;

/*border: 1px solid red;*/

}

.loser{

display: none;

position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;


}
.con{
	background-image: url('img/startp.jpg');
	background-size: 100% 100%;
	height: 300px;
	width: 400px;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius:20px; 

}

.loserScore{
 
	display: block;
	height: 30px;
	width: 60px;
	position: absolute;
	top: 42%;
	left:40%;
	color: #222;
	font-size: 30px;
	font-weight: bolder;

}

.close{

	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	background-image: url('img/closeBtn.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
}

.food{
	background-image: url('img/apple.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;


}
.well{
	background-image: url('img/xj.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;


}
.head{
	background-image: url('img/chead.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;


}

.body{
	background-image: url('img/body.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;


}