#global {
	-webkit-background-size: contain;
    background-size: contain;
		
	background: none;
}

#global_td, #main_table {
    width: 100%;
}

#header_td {
	height: 96px;
}

#header_td #access,
#header_td #access .menu-header,
#header_td div.menu,
#main_td > #boxshadow,
#home_daynews {
	width: auto;
}

#main_td > #right {
	width: auto;
	float: none;
	position: static;
	
}

#home_news, #home_art {
    width: auto;
    display: block;
}

#access {
	display: none;
}

#mobile-menu {
	float: right;
    color: #fff;
    margin: 4px;
}

#sidr-mobile-menu #close-mobile-menu {
	display: block;
	font-size: 24px;
    color: #fff;
	margin: 10px 15px;
}

#small_access ul li {
    margin-bottom: 9px;
}

#logo_box {
	text-align: center;
	margin: 0px -4px;
}

#logo_box img {
	max-width: 100%;
}



@media screen and (min-width: 768px) {
	
	#global {
		/*-webkit-background-size: auto;*/
		/*background-size: auto;*/
		
		background: none;
	}
	
	#global_td, #main_table {
		width: 980px;
	}

	#header_td {
		height: 180px;
	}
	
	#header_td #access {
		width: 980px;
	}
	
	#header_td #access .menu-header,
	#header_td div.menu {
		width: 968px;
	}

	#main_td > #boxshadow {
		width: 652px;
	}
	
	#main_td > #right {
		float: right;
		width: 280px;
		position: absolute;
	}
	
	#home_daynews {
		width: 640px;
	}
	
	#home_news, #home_art {
		width: 326px;
		display: inline-block;
	}

	#access {
		display: block;
	}

	#mobile-menu,
	#access #close-mobile-menu {
		display: none;
	}

	#small_access ul li {
		margin-bottom: 0;
	}

	#logo_box {
		margin: 0;
	}

	.art-home img{
		max-width:300px;
	}
}