:root {
	--background-pic: url("https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX22515827.jpg");
}

a {
	color: white;
}
body {
  background-image: url("http://papers.co/wallpaper/papers.co-vn70-galaxy-s7-dark-pattern-35-3840x2160-4k-wallpaper.jpg");
	color: white;
	margin-left: 60px;
}	
h1, h2, h3 {
	font-family:"Lucida Console", Monaco, monospace;
}
p {
  color: white;
	font-family:"Courier New", Courier, monospace;
}
highlight {
	text-decoration: underline overline;
	text-decoration-color: red;
	color: rgb(198, 196, 196); 
}
.fnt {
	font-family: "Comic Sans MS", cursive, sans-serif;
}
.bar-img {
	border-radius: 10px;
}
#wrapper {
	width: 1090px;
	height: 900px;
	position: relative;
	top: 0px;
	background-color: rgb(51, 0, 0);
	margin-left: auto;
	margin-right: auto;
	border: 2px solid red;
	border-radius: 25px;
	z-index: 0;
}
#gwrapper {
  background-color: rgb(51, 0, 0);
  width: 1090px;
  height: 1232px;
  position: relative;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid red;
  border-radius: 25px;
  z-index: 0;
}
#header {
	text-align: center;
	width: 1066px;
	height: 110px;
	position: relative;
	top: 0;
	background-image: url("http://3.bp.blogspot.com/-ssoN1svjRQQ/UJQ-_pf3p2I/AAAAAAAADxA/b8o7N32w_7k/s1600/Seamless+hotel+casino+carpet+texture.jpg");
	margin: 0px;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid black;
	z-index: 9;
}
/*Navigation CSS START*/
#nav {
	width: 1088;
	height: 48px;
	text-align: center;
	position: relative;
	top: 0px;
	background-image: url("https://www.ispsd.com/wp-content/uploads/2013/02/wpid-20-Seamless-Dark-Patterns-Thumb0211.jpg");
	border-radius: 50px;
	border: 2px solid black;
	margin: 0px;
	padding-top: 25px;
	z-index: 0;
	font-family: "Comic Sans MS", cursive, sans-serif;
}
#nav a {
  color: white;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  font-size: 19px;
}
#nav a:hover {
  background-color: rgb(154, 0, 0);
}
/*Navigtion CSS END*/
#container{
	width: 680px;
	height: 668px;
	position: relative;
	color: white;
	top: 0px;
	left: 187px;
	background-color: rgb(165, 0, 0);
	background-image: var(--background-pic);
	margin: 0px;
	padding: 10px;
	z-index: 1; 
}
#gallery{
	text-align: center;
	width: 1070px;
	height: 1002px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: rgb(165, 0, 0);
	background-image: var(--background-pic);
	margin: 0px;
	padding: 10px;
	border-radius: 25px;
	z-index: 0;
}

#aside-right {
	width: 183px;
	height: 672px;
	position: absolute;
	top: 208px;
	right: 0px;
	background-image: url("https://thumbs.dreamstime.com/t/photo-vertical-clean-wood-panels-background-texture-47829972.jpg");
	border-radius: 25px;
	margin: 0px;
	padding: 10px;
	z-index: 1;
}
#aside-left {
	width: 168px;
	height: 672px;
	position: absolute;
	top: 208px;
	left: 0px;
	background-image: url("https://thumbs.dreamstime.com/t/photo-vertical-clean-wood-panels-background-texture-47829972.jpg");
	border-radius: 25px;
	margin: 0px;
	padding: 10px;
	z-index: 1;
}

#footer {
  text-align: center;
	width: 697px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url("https://www.ispsd.com/wp-content/uploads/2013/02/wpid-20-Seamless-Dark-Patterns-Thumb0211.jpg");
	margin: 0px;
  padding: 2px;
}
