
aside, article, section, header, footer, nav {
	display: block;
}
html, body, img, div {
	margin: 0;
	padding: 0;
}

html {
   background-image:url("http://www.vantintelenprintingart.com/images/bg/bg-contact.jpg");
   background-repeat: no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
}


/*CONTAINERS*/
#container {
   	background-image: url("http://www.vantintelenprintingart.com/images/en/EN-pagina-home.jpg");
   	background-size: 960px;
   	background-repeat: no-repeat;
}




