/*#inner {
   	background: none repeat scroll 0 0 #303030;
    height: 500px;
    margin-left: 15%;
    margin-right: 15%;
    position: absolute;
    top: 100px;
    width: 1000px;

}

body {
	
}
*/
body {
	background:#303030;
	margin: 0px;
	padding: 0px;	
	text-align:right;
	overflow:hidden;
}


#game {
	overflow:hidden;

}

#news {
	width:1034px;
	margin-top: 610px;
	margin-right: 780px;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 17px;
	line-height: 15px;
	letter-spacing: -1px;color: rgba(248, 240, 240, 1);;

}



#BirdsDiv {
	background-image:url('../images/Hero.png');
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	background-size: contain;
	position:absolute;
	margin:0px;

	
}

#drakeDiv {
	background-image:url('../images/lazerB.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 65px;
	height: 40px;
	margin:0px;	
}

#doubleDiv {
	background-image:url('../images/money.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 65px;
	height: 40px;
	margin:0px;	
}

#brickDiv {
		background-image:url('../images/block.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 65px;
	height: 40px;	
}

#bullet {
	background-image:url('../images/tornades-11.gif');
	background-repeat: no-repeat;
    background-size: contain;
	
	position: absolute;
	width: 26px;
	height: 26px;	
}

#enemyBullet {
	background-image:url('../images/laser.png');
	background-repeat: no-repeat;
    background-size: contain;
	
	position: absolute;
	width: 26px;
	height: 26px;	
}

#enemyBullet1 {
	background-image:url('../images/laser.png');
	background-repeat: no-repeat;
    background-size: contain;
	
	position: absolute;
	width: 26px;
	height: 26px;	
}

#leTitle h1 {
	font-size:30px;
	font-style:Verdana;
	text-align:center;
	color:#F02312;
}

#leTitle {
	position:absolute;
	margin-left:39%;
	top:30px;
} 


#good {
	width:200px;
	height: 200px;
	top:100px;
	left:200px;
}
#mob-hits {
	position:absolute;
	margin: 1em 0 0.5em 0;
    color: #1400ab;
    font-weight: normal;
    font-family: 'Ultra', sans-serif;  
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 0 2px black, 0 3px #777;
    top:80px;
    left:100px;
}



#bgDiv {
	position: relative;
	width:2654px;
	height:100%;
	background-image: url("../images/lvl1F.png");

}

#bgDiv .part {
		background-image: url("../images/lvl1F.png");
		width:2000px;
		float:left;
		height:100%;
}

/*
#bgDiv .part2 {
		background-image: url("../images/level1_1.png");
		width:1000px;
		float:left;
		height:100%;
}
*/


#RestartDiv {
	position:absolute;
	margin: 1em 0 0.5em 0;
    color: #1400ab;
    font-weight: normal;
    font-family: 'Ultra', sans-serif;  
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 0 2px black, 0 3px #777;
    top:89px;
    left:337px;
    }


input#theStart {
 	background: none repeat scroll 0 0 #1400ab;
    border: 1px solid #3e9cbf;
    border-radius: 10px;
    box-shadow: 0 1px 0 #3e9cbf inset, 0 5px 0 0 #205c73, 0 10px 5px #999;
    color: #fff;
    cursor: pointer;
    font-family: Oswald,sans-serif;
    font-size: 1.5em;
    left: 360px;
    letter-spacing: 0.1em;
    padding: 8px 14px 10px;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    top: 510px;
    width: 429px;
}

input#theStart:hover, input#theStart:focus {
	color:#dfe7ea;
	
	-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}

input#theRestart {
 	background: none repeat scroll 0 0 #1400ab;
    border: 1px solid #3e9cbf;
    border-radius: 10px;
    box-shadow: 0 1px 0 #3e9cbf inset, 0 5px 0 0 #205c73, 0 10px 5px #999;
    color: #fff;
    cursor: pointer;
    font-family: Oswald,sans-serif;
    font-size: 1.5em;
    left: 360px;
    letter-spacing: 0.1em;
    padding: 8px 14px 10px;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    top: 510px;
    width: 429px;
}
/***SET THE BUTTON'S HOVER AND FOCUS STATES***/
input#theRestart:hover, input#theRestart:focus {
	color:#dfe7ea;
	/*reduce the size of the shadow to give a pushed effect*/
	-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}


#logo {
	width:300px;
	height:300px;
	position:absolute;
	top:170px;
	left:430px;
	background-image:url("../images/logo1.png");
	background-repeat: no-repeat;

}

#bossDiv {
	background-image:url('../images/Dragon.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 125px;
	height: 100px;
	margin:0px;
}

 h2 {
color: #052752;
width: 500px;
height: 50px;
position: absolute;
top: -45px;
left: -141px;
margin: 0;
font-family: 'Roboto Slab', serif;
font-size: 30px;


}