body
{
	background:#FBF6E1;
}
.top
{
	border: 1px solid #075D00;
	box-shadow: 0px 0px 8px 0px #075D00;
	border-radius: 6px;
	margin-top:6px;
	margin-bottom:6px;
	padding:2px;
	color:#1F531A;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.snip
{
	clear:both;
	border: 1px solid #075D00;
	box-shadow: 0px 0px 8px 0px #075D00;
	border-radius: 6px;
	margin-top:6px;
	margin-bottom:6px;
	padding:2px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.snip div
{
	clear:both;
	color: #075D00;
	display:inline-block;
	position:relative;
	margin-top:30% !important;
}
#header
{
	margin-left:0px;
	position:fixed;
	width:100%;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	z-index:9999;
	padding:5px;
	background:#f37521;
	color:#FFF;
}
#footer
{
	margin-left:0px;
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:center;
	z-index:9999;
	//padding:5px;
	background:#f37521;
	color:#FFF;
}
div a
{
	display:none;
}
@media (max-width: 767px)
{
	.top
	{
		height:50px;
	}
	.snip
	{
		height: 120px;
	}
	.snip_img
	{
		width:100%;
		max-height:150px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.top
	{
		height:30px;
	}
	.snip
	{
		height: 160px;
	}
	.snip_img
	{
		width:100%;
		max-height:150px;
	}
}

@media (min-width: 992px) and (max-width: 1169px)
{
	.top
	{
		height:30px;
	}
	.snip
	{
		height: 180px;
	}
	.snip_img
	{
		width:100%;
		max-height:175px;
	}
}
@media (min-width: 1200px)
{
	.top
	{
		height:30px;
	}
	.snip
	{
		height: 180px;
	}
	.snip_img
	{
		width:100%;
		max-height:175px;
	}
}
