body.home {
	background-image: url(System_Images/background_pictures.jpg);
	background-size: cover;
}

/*
body.pictures {
	background-image: url(System_Images/background_pictures.jpg);
	background-size: cover;
}

body.register {
	background-image: url(System_Images/background_register.jpg);
	background-size: cover;
}
*/

h1 {
	color: red;
 }

li.menuitems {
	list-style: none;
	display: inline-block;
	
/*	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;
  }