@media(min-width:820px) and (max-width:890px){

}

@media(min-width:891px) and (max-width:991px){
	#leftHalf {
	    background: url(../images/flowers-left.png);
		background-repeat: no-repeat;
	    width: 72px;
	    position: fixed;
		left: 0;
		bottom: 0;
	  	height: 701px;
		z-index: -1000;
	}
	#rightHalf {
	  	background: url(../images/flowers-right.png);
		background-repeat: no-repeat;
	  	width: 74px;
	   	position: fixed;
	   	right: 0px;
		height: 648px;
		z-index: -1000;
	}
}

@media(min-width:992px) and (max-width:1100px){

}

@media(min-width:1101px) and (max-width:1199px){
	#leftHalf {
	    background: url(../images/flowers-left.png);
		background-repeat: no-repeat;
	    width: 72px;
	    position: fixed;
		left: 0;
		bottom: 0;
	  	height: 701px;
		z-index: -1000;
	}
	#rightHalf {
	  	background: url(../images/flowers-right.png);
		background-repeat: no-repeat;
	  	width: 74px;
	   	position: fixed;
	   	right: 0px;
		height: 648px;
		z-index: -1000;
	}
}


@media(min-width:1200px) and (max-width:1269px){

}

/* Common 4:3 screens */
@media(min-width:1270px) and (max-width:1299px){
	#leftHalf {
	    background: url(../images/flowers-left.png);
		background-size: 60px;
		background-repeat: no-repeat;
	    width: 60px;
	    position: fixed;
		left: 0;
		bottom: 0;
	  	height: 584px;
		z-index: -1000;
	}
	#rightHalf {
	  	background: url(../images/flowers-right.png);
		background-size: 60px;
		background-repeat: no-repeat;
	  	width: 60px;
	   	position: fixed;
	   	right: 0px;
		height: 525px;
		z-index: -1000;
	}
}

@media(min-width:1300px){
	#leftHalf {
	    background: url(../images/flowers-left.png);
		background-repeat: no-repeat;
	    width: 72px;
	    position: fixed;
		left: 0;
		bottom: 0;
	  	height: 701px;
		z-index: -1000;
	}
	#rightHalf {
	  	background: url(../images/flowers-right.png);
		background-repeat: no-repeat;
	  	width: 74px;
	   	position: fixed;
	   	right: 0px;
		height: 648px;
		z-index: -1000;
	}
}
