/*-----------------------------------------------*/
/* 				BACKGROUND MDMA					 */
/*-----------------------------------------------*/
body {
	background: #90bec0;
	background-image: url(../images/bg-a-2.png),url(../images/bg-a-1.jpg), url(../images/bg-a-3.jpg);
	background-position: 85% 25px, center bottom, center top;
	background-repeat: no-repeat, repeat-x, repeat;}

#footer {
	position:relative;
	z-index:2;
	margin-top:-165px;
	text-align:center;
	color:#b6b6b6;
	background: url(../images/bg-footer.png) repeat-x;
	height: 195px;
	font-size:12px;
	line-height: 18px;}
	
	#footer a {color: #eeeeee;}
	#footer a:hover {color: #ffffff;}
	
	#footer li {font-size: 13px;}
	#footer .menu-short-container {margin-top: 5px;}
	
#footer .develop a, #footer .develop {color:#4b4b4b;}
#footer .develop a:hover {color: #626262;}


@media screen and (max-width: 1040px) {


}/*end media query */
@media screen and (max-width: 767px) {

#footer {margin-top: -55px; height: 190px;padding-top: 5px;}

		
}/*end media query */