body
{
	font: 14px/1.8 Arial;
	line-height: 1em;
	margin: 0;
}
h1{font: 24px/1.8 Arial;}
#logo{margin: 12px;}
#contact{text-align: center; margin-top: 20px;min-height: 300px;}
#icontact{text-align: center; margin-top: 20px;margin-bottom: 20px;}
#main
{
	width: 100%;
	background-color: #ff0;
	height: 200px;
	background: url("../img/main.jpg") no-repeat scroll center top rgba(0, 0, 0, 1);
	background-size: cover;
	
}
#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	background-color: #666;	
}
#ifooter
{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 160px;
	background-color: #666;	
	padding-top: 2px;
}
.fmenu
{	
	float: left;
	padding: 12px;
	
	
}
.info
{
	color: #ccc;
	text-align: right;
	font-size: 11px;
	padding-right: 12px;
}
.icontent
{
	color: #333;
	text-align: center;
	font-size: 11px;
	width: 50%;
	margin: 0 auto;
}
.bl a, .fmenu a
{
	text-decoration: none;
	color: #ccc;
}
.bl
{
	position: absolute;
	bottom: 6px;
	right: 12px;
	font-size: 10px;
	color: #ccc;
	text-align: right;
}

@media screen and (max-height: 640px) 
{
	#footer{position: relative}
	.info {padding-top: 2px}
}