
body.home {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.products {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.solutions {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.services {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.partners {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.contact {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.register {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.error {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.results {
	background-image: url(System_Images/background_generic.jpg);
	background-size: cover;
}
body.x-test {
	background-image: url(System_Images/misc_logos.gif);
	background-size: cover;
}

main {
	margin-left: 5px;
}

main.homeXXX {
	margin-left: em;
	margin-right: 5em;
}
main.partnersXXX {
	margin-left: 2em;
}

h1 {
	color: red;
 }

h2 {
	color: blue;
 }
h5.contact {
	margin-bottom: 0;
 }

li.menuitems {
	list-style: none;
	display: inline-block;
	padding-right: 11px;
}


/*	text-align: right; */
}

img.gallery {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}

img.gallery:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.layout-container {
	display: flex;
  }
  main {
	flex: 3;
  }
  aside {
	flex: 1;
  }

  footer {
	  color: blue;
	  text-align: center;
	  font-size:10px;
	  font-family:Arial, Helvetica, sans-serif;
  }