

/*The Bottom php page code */	
#the_page_bottom{border:0px solid #fff;
	position:relative;
	top:0px;
	display:block;
	
	height:100px;
	left:0;
	right:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
}
.corner_bot_left{
	position:absolute;
	bottom:15px;
	left:1%;
	width:80px;
	height:auto;
	float:right;
	display:block;
	
}
.corner_bot_right{
	position:absolute;
	bottom:15px;
	right:1%;
	width:80px;
	height:auto;
	float:right;
	display:block;
}
/*The Bottom php page code */


	
@media only screen and (max-width : 500px) {
		.corner_bot_right, .corner_bot_left{display:none;}
		
		
		
		
	}
	 
