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;
}
body {
	/*vertical-align: middle;*/
	width: 960px;
	margin: 0px auto;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}

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

#content {
	position: relative;
	top: 20px;
	left: 0px;	
}
#leftcolumn {
	float: left;
	width: 62%;
	margin-left: 130px;
	border: 0px solid green;
}

#rightcolumn {
	float: left;
	width: 20%;
	margin-left: 30px;
	margin-top: 68px;;
}


h1 {
	position: relative;
	font-family: Arial; /*"Gill Sans Regular";*/
	font-size: 26px;
	font-weight: normal;
	color: #d70000;
	margin-top: 12px;
	text-align: left;
}

p {
	font-family: Arial; /*"Gill Sans Regular";*/
	font-size: 16px;
	color: #5c5355;
	line-height: 1.7em;
	margin-bottom: 41px;
}
p.contactg {
	font-family: Arial; /*"Gill Sans Regular";*/
	font-size: 16px;
	color: #5c5355;
	line-height: 1.7em;
	margin-bottom: -2px;
}
p.contactn {
	font-family: Arial; /*"Gill Sans Regular";*/
	font-size: 16px;
	color: #5c5355;
	line-height: 1.7em;
	margin-bottom: 0px;
}
p.contacta {
	font-family: Arial; /*"Gill Sans Regular";*/
	font-size: 13px;
	color: #fff;
	line-height: 2.1em;
	margin-bottom: 80px;
}
p.contactt {
	font-family: Arial; /*"Gill Sans Regular";*/
	font-size: 13px;
	color: #fff;
	line-height: 2.1em;
	margin-bottom: 28px;
}

p.contactm {
	font-family: Arial; /*"Gill Sans Regular";*/
	font-size: 13px;
	color: #fff;
	line-height: 2.1em;
	margin-top: 10px;
}

a.navline {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	line-height: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a.contact {
	font-family: Arial;
	font-size: 16px;
	color: #5c5355;
	line-height: 0.5em;
	text-decoration: underline;
	text-align: right;
}
a.email {
	font-family: Arial;
	font-size: 16px;
	color: #5c5355;
	line-height: 0.4em;
	text-decoration: none;
}
table {
	position: relative;
	left: -5px;
}
tr {
	height: 0.2em;
}
}*/